Forum Replies Created
-
AuthorPosts
-
June 10, 2015 at 5:21 pm in reply to: HELP! Blog Post Element Excerpt vs Full Content NOT SHOWING Audio Player? #457387
Hey!
Select Full Content and use the read more tag, i’ve done it on the first post, check it.
Cheers!
JosueJune 10, 2015 at 5:10 pm in reply to: Portfolio item keeps window on the right side… it's MAGIC! #457377Hi John,
Can you post the link to your site please?
Regards,
JosueAlternatively, you could put it as part of the copyright content (Enfold > Footer > Copyright), using a HTML link:
<a href="_link_to_impressum_">Impressum</a>Cheers!
JosueJune 10, 2015 at 4:59 pm in reply to: disable integrated Lightbox effect for a specific page #457365Hi Guenter!
In header.php, look for:
$av_lightbox= avia_get_option('lightbox_active') != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';Replace it by:
$av_lightbox= avia_get_option('lightbox_active') != "disabled" && !is_page(734) ? 'av-default-lightbox' : 'av-custom-lightbox';Change 734 by the Page ID of the specific page you want the lightbox disabled.
Best regards,
JosueJune 10, 2015 at 4:53 pm in reply to: HELP! Blog Post Element Excerpt vs Full Content NOT SHOWING Audio Player? #457360Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Mary!
This is more of a WordPress limitation, you can not set a page to be a “parent” of a custom post type, one thing you can do, is set a 301 redirection from the “real parent” of the custom post type to the custom page you have crafted.
Best regards,
JosueHi!
First link is returning a 404 error page.
Regards,
JosueHey @djquadradio!
Can you please check if the update works when clicking the “Check Manually” link? you may have reached the Themeforest 50 download limit – https://help.market.envato.com/hc/en-us/articles/202821300-How-many-times-can-I-download-a-purchased-item-
Regards,
JosueHey!
You could set a Tag to those Portfolio Items you want to show and then select those in the grid – http://i.imgur.com/Qzn8uuz.png
Cheers!
Josue-
This reply was modified 10 years, 9 months ago by
Josue.
June 10, 2015 at 4:35 pm in reply to: Can't react on other topics and can't find the solution #457333Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueJune 10, 2015 at 3:29 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457289Hey!
Try adding this code to the Quick CSS / child style.css:
#top .mobile_menu_toggle .av-current-placeholder { font-size: 0; max-height: 46px; } #top .mobile_menu_toggle .av-current-placeholder:after{ content: "Changed"; font-size: 14px; }Cheers!
JosueAdd this code to Quick CSS (General Styling):
#socket .copyright { text-transform: uppercase; }Best regards,
JosueJune 10, 2015 at 3:18 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457277You mean the words on the toggle or on the actual menu? can you post a link to the Page where you’re trying this?
Cheers!
JosueJune 10, 2015 at 3:06 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457267You are welcome, glad to help :)
Regards,
JosueJune 10, 2015 at 3:05 pm in reply to: Add social share bar to all pages, custom post types and templates #457265Hey!
Change your code to:
add_filter("avf_template_builder_content", "avia_add_social_toolbar_template_builder", 10, 1); function avia_add_social_toolbar_template_builder($content = '') { if (!is_front_page() && get_the_ID() != "1167" ) { $content .= avia_social_share_links(array(), '','',false); $content .= "<div style='height:1px; margin-top:20px;' class='hr'></div>"; } return $content; }Best regards,
JosueJune 10, 2015 at 3:01 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457261Hi!
Try using the FullWidth Sub Menu element.
Cheers!
JosueIt’s done, check it now.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueJune 10, 2015 at 2:21 pm in reply to: Add social share bar to all pages, custom post types and templates #457225Hi,
Can you post the link to one of your Posts please?
Regards,
JosueHi,
Can you please hand us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Vincent!
That code reflects the language set in your WordPress installation, to change that go to Settings > General > Site Language.
Cheers!
JosueJune 10, 2015 at 1:39 pm in reply to: need to increase font on mouse hover, all over the site #457189Hi Tal!
Something like this should do it:
*:hover{ font-size: 40px; }Not sure if that’s the result you’re wanting to achieve though.
Cheers!
JosueJune 10, 2015 at 1:35 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457186Hi!
There’s a hook you can use to imperatively change the logo link:
add_filter('avf_logo_link', function() { return "http://google.com"; });Could you expand on the second customisation? i don’t quite get the idea.
Cheers!
JosueHey!
Try modifying the tag.php file.
Best regards,
JosueHope it does the trick, let us know if there’s anything else we can help with :)
Regards,
Josue -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
