Forum Replies Created
-
AuthorPosts
-
June 23, 2014 at 8:58 pm in reply to: Wrong cell header when table collapses to single column #282675
Hi!
Select this setting on the table element:
http://screencast.com/t/dxXptmRil8Regarding the logo issue, add this to the Quick CSS:
.responsive .logo a, .responsive .logo img{ height: 55px !important; top: 4px; }Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJune 23, 2014 at 8:12 pm in reply to: Facebook Plugin not working… Slider background too big in responsive #282647Hi!
Just to discard, have you tried the Custom Facebook Feed plugin with the default WordPress theme activated?
Cheers!
JosueJune 23, 2014 at 4:37 am in reply to: Alternative Content Area – Adding specific images to each page #282271We looking forward to hearing from you :)
Regards,
JosueSorry for that but that’s how the accordion slider works. I think it would be better to use a larger image, just like the ones included in the demo:
http://adriawave.com/orgcg/wp-content/uploads/2012/04/2-1000×360.jpgBest regards,
JosueHello Gr. Jeen!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi Tiara!
Put it at the very end of Theme Functions (functions.php).
Best regards,
JosueHey!
You’d need to use a image setting equal or lower to the size of the image you are using.
Cheers!
JosueHi Chrys!
You can use the .current-menu-item class to target the selected menu item:
.current-menu-item a .avia-menu-text{ color: red; }Regarding the other question, have you tried with this setting?

Cheers!
JosueHi,
Can you post the page where you are trying this?
Regards,
JosueHey!
I made a test here and it worked fine so far:
http://www.dalcnet.com/test-nuevo/Best regards,
JosueYes, it will affect all self-hosted videos on the site that are not looped.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
These codes are meant to be put in the theme functions.php file (at the very end):
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page" || $context == "single-portfolio") avia_social_share_links(); }If you use the template builder on your pages/portfolio use this code instead:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page" || $context == "single-portfolio") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }Regards,
JosueHey Jon!
Select this setting here (Enfold > Blog Options):

And build your blog page with the Template Builder like this:

Cheers!
JosueI believe you can do something like that with LayerSlider and the marquee element.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueNo, you can actually do that in Enfold, please see the first part of my message.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
You create a new sidebar here (Appearance > Widgets):
And you set it here (page edit):
Regarding the rotating widget, it’s possible but you’d need to seek for a third-party plugin for that or look for a developer to create that for you.
Cheers!
JosueHi!
Are you referring to this?

Best regards,
JosueHey Carlos!
Refer to this topic:
https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/Best regards,
JosueHey Finlando!
Do you have your WordPress installation in Russian too? those strings are translated by WP.
Regards,
JosueHere’s a better explanation:

http://kriesi.at/themes/enfold/Regards,
JosueYou are welcome, if you have any additional questions let us know :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
If you want it to be part of the video you’d need to edit the video with an editing software like iMovie or Sony Vegas.
Best regards,
JosueJune 21, 2014 at 7:53 pm in reply to: Incorporating video into a color area or otherwise and playing command vs auto #282021Hehe, glad you figured it out yourself, if you have any questions let us know :)
Cheers!
JosueHey!
Refresh a few times, here’s how i see it on Chrome:

Regards,
Josue -
AuthorPosts
