Forum Replies Created
-
AuthorPosts
-
Hope it gets resolved :)
Regards,
JosueJune 18, 2014 at 1:32 am in reply to: One Alphabetical Index of all Post Titles in Selected Categories #280322Hi!
Check this plugins:
https://wordpress.org/plugins/wp-meta-sort-posts/
http://wordpress.org/plugins/w4-post-list/Regards,
JosueIf you set the URL of an image slide to a Youtube video it will get lightboxed automatically.
To hide the slideshow captions on mobiles add this to the Quick CSS:
@media only screen and (max-width: 767px) { .slideshow_caption{ display: none !important; } }Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueCan you post a screenshot of your view?
Here’s how i see it, maybe there was a misunderstandment on the element to remove.
Check it now:
http://wp.marlowfilm.dk/production/You’d need to do the same for the next slide:
http://wp.marlowfilm.dk/wp-admin/post.php?post=3543&action=edit&message=1Best regards,
JosueFixed, you had a typo in your Quick CSS.
Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueDo you have access to the PHP log? normally, the answer is there when a blank page appears.
Regards,
JosueRefresh a few times, i’m no longer seeing it.
You are welcome, always glad to help :)
Regards,
JosueHey Frederic!
It is, make use of a custom widget area and set it here in the specific pages you want to affect.
Regards,
JosueHey!
Can you post a link to the page where you are trying this? this is returning a maintenance mode message.
Best regards,
JosueYes, or you could use a filter, like:
function alter_content_func($content) { $modified_content = do_shortcode("[shortcode]"); $modified_content .= $content; return $modified_content; } add_filter('the_content', 'alter_content_func');Cheers!
JosueHi Amir,
There isn’t, for a simple reason: the filter works with the content displayed on the current page, changing pages changes the content, makes sense?
You can also note this ‘limitation’ here.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
h3#comments { display: none; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.hr-inner { border-color: transparent !important; } .hr-inner{ background: url(_CUSTOM_PNG_HERE_) top center no-repeat transparent; height: 20px; }Cheers!
JosueHello!
It’s definitely 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!
JosueTo change the logo per page, you’d need to use a code like this in functions.php:
function av_change_logo($logo, $use_image, $headline_type, $sub, $alt, $link){ if(is_front_page()){ $logo_url = "_FRONT_PAGE_LOGO_URL_HERE_"; } if($dimension === true) $dimension = "height='100' width='300'"; if(empty($logo_url)) $logo_url = avia_get_option('logo'); $logo = "<img {$dimension} src='{$logo_url}' alt='{$alt}' />"; $logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>"; return $logo; } add_filter('avf_logo_final_output', 'av_change_logo', 100, 6);Cheers!
JosueHey Amir!
Make sure the first part of the code is put correctly (don’t copy it from the mail message):
.sort_by_cat a > span { padding: 4px 6px; display: inline-block; }http://gator3130.hostgator.com/~elites/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Cheers!
JosueI have not tested that but you could try it (page.php:7, template-builder.php:13), the code should need to be simplified:
if(is_page(array(3,5,6))){ echo do_shortcode("[av_section]...[/av_section]"); }The is_page conditional should work now (forgot the array).
Regards,
JosueJune 17, 2014 at 11:55 pm in reply to: "Basic Google Maps Placemarks" and Enfold = mobile screen issue #280278Hi,
Have you tried using the Enfold Google Maps element?
Please note that making third-party plugins compatible with the theme is beyond the support scope we offer.
Regards,
JosueiHi Munford!
You can lightbox it by putting rel=”prettyPhoto” in the link tag:
<a href="" rel="prettyPhoto">Best regards,
JosueHi Thomas!
Your code is wrong, it should be:
<video width="1920" height="1080" preload="metadata" autoplay> <source src="/wp-content/uploads/2014/06/pep_bg2_3.mp4" type="video/mp4"> </video>And i don’t think it would be possible to play it “full screen”, you can use its container size (the layerslider).
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 17, 2014 at 11:42 pm in reply to: WordPress Social Stream Plugin by DesignChemical broken since Enfold v2.8.1 #280271Ok, let us know how it goes.
Try adding this too:
#header_main_alternate{ background: #693126; }Regards,
JosueHow it was before (please specify)? did you modify the theme files?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main_alternate .container, #header_main_alternate #avia-menu{ width: 100%; } #header_main_alternate #avia-menu > li{ width: 16.66%; /* You'd need to change this value if you add more items to the menu (100/6 = 16.66) */ }Cheers!
JosueHey!
Try using this plugin to set different menus per page:
https://wordpress.org/plugins/zen-menu-logic/Best regards,
Josue -
AuthorPosts
