Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
ok Thanks
I added “Viadeo” in includes > sf-options.php :
array( 'id' => 'viadeo—page_url', 'type' => 'text', 'title' => __('Viadeo', 'swiftframework'), 'subtitle' => "Votre URL Viadeo", 'desc' => '', 'default' => '' ),
I insert URL viadeo in theme options > social profiles
And I added css :
.viadeo { background-image: url(img/viadeo-icon-blanc.png); }
I insert shortcode “Share” in a page
but It don’t work : linkedin ok but viadeo don’t display
This reply has been marked as private.ok, thanks 😉
But the video icon Fontawesome doesn’t exist, how create the link to my css stylesheet ? I can edit a css
.viadeo { background-image: url(img/viadeo-icon.png); }
In sf-shortcodes.php, the line to edit :
if ( $viadeo ) { $social_icons .= '<li class="viadeo"><a href="http://www.viadeo.fr/' . $viadeo . '" target="_blank"><i class="??????"></i><i class="??????????"></i></a></li>' . "\n"; }
It should intervene in the plugin “swift-framework” and not in the theme?
No file “shortcodes” folder in plugin
This reply has been marked as private.I don’t see sf-shortcodes.php file (see screenshot please)
Attachments:
You must be logged in to view attached files.Thanks but in Joyn theme, shortcode.php does not exist (the example was for Dante) and the screenshot is unavailable
Perfect, Thanks Rui 😉
…and how change text color, please ?
If i add
color; #006099;
it don’t workYes !!! 😉 Thanks Rui !
and I added
text-align: center;
for center textThis reply has been marked as private.Thanks christian_j, it is interesting !
For my specific question, the solution existed in theme options !! :
Theme Options > Général > Page Builder Options > Page Builder Post Types : select new custom post type 🙂Joyn is a full featured theme !
May 31, 2015 at 4:42 pm in reply to: How to change the color of the background > column 2 of the footer? #179969I found a solution
ThanksI just want to center a line of text at the top of my site (topline).
Use “Top bar right” is not the right solution ?
-