Forum Replies Created
-
AuthorPosts
-
October 23, 2013 at 2:54 am in reply to: Adding Printer Friendly PDF Plugin to Single Posts, Bad Logo Formatting (Mobile) #179376
Hi itsholly!
Edit the plugin Settings > Display button on: > select “Add direct to template”. Choose Right Align on Button positioning. Edit inludes > loop-index.php, find this code:
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link();
Below add this code:
if(function_exists('pf_show_link')){echo pf_show_link();}
Cheers!
IsmaelOctober 23, 2013 at 2:49 am in reply to: Theme options linked blog page cannot display as a grid layout #179374Hey misterhee!
Go to Enfold > General Settings > Blog Style > set it to Grid Layout.
Best regards,
IsmaelHey ridcon!
I don’t see the Enfold theme on the link you provided.
Best regards,
IsmaelHey!
You’re using an old version of the theme. Please download Enfold 2.4 then upgrade your installation via FTP.
Cheers!
IsmaelOctober 23, 2013 at 2:41 am in reply to: Issues with Logo, Background and Main Slider (IMPORTANT) #179366Hi genarojrs!
You need to configure the Theme Options for the English language separately. Please switch to the English language then go to Enfold > Styling > select a predefined color scheme.
Best regards,
IsmaelOctober 23, 2013 at 2:34 am in reply to: How can I modify the sidebar in the "Shop" page created by WooCommerce? #179357Hey abedia!
Go to Appearance > Widgets, look for the Shop Overview Page widget area. Use it.
Cheers!
IsmaelOctober 23, 2013 at 2:33 am in reply to: No AVIRA Blog posts and Posts Slider since woocommerce 2.0.17 #179355Hey adrianwackernah!
Can you please post the login details here? Set it as a private reply.
Best regards,
IsmaelOctober 23, 2013 at 2:29 am in reply to: Enfold- Social media icons and widget icons missing #179350Hi!
It is not missing. I logged in and out and I can still see the social icons. Please try it on a different browser. Remove browser cache then reload the page.
Regards,
IsmaelHey!
Please edit css > layout.css and look for this code:
/*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }
Adjust the height and the line-height.
Cheers!
IsmaelHi!
I’m sorry but do you want to make the line thicker for the submenu?
.main_menu ul:first-child >li > ul { border-top-width: 4px; border-top-style: solid; }
Best regards,
IsmaelHey!
You have a css code that is preventing the header to resize when scrolled:
#header_main .container, .main_menu ul:first-child > li > a { height: 85px !important; line-height: 85px !important; }
Remove it.
Cheers!
IsmaelHi Michael!
It should be available on the list. Can you please post a link to the website? Did you do some changes on the theme files?
Cheers!
IsmaelHi DENTICS!
Did you add the code on the text html mode? Can you please post the code here? Try to add this on functions.php:
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );
Regards,
IsmaelHey!
Just configure each icon list then look for “Title Link?” then choose “Set Manually”. Choose “Yes” under “Open in new window”.
Best regards,
IsmaelOctober 23, 2013 at 1:59 am in reply to: Question about changing the dividers that divide content area's #179331Hey!
@Olpin: Thanks for the tip. :)
@z2h: Please add this on your custom.css or Quick CSS:.container_wrap { border: none; }
Cheers!
IsmaelHi!
You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
IsmaelHey!
Can you please deactivate all your plugins then get back here? Like what Devin said the avia mega menu script is not loading properly because of another script from a plugin.
Best regards,
IsmaelHi!
Please flush the permalink settings a few times. Try this plugin: http://wordpress.org/plugins/rewrite-rules-inspector/
Regards,
IsmaelHey!
1.) You can add this on your custom.css or Quick CSS:
.slide-meta-time.updated { display: none !important; }
2.) You can use the <!– more –> tag to specify the excerpt or click Screen Options while editing a post then enable the Excerpt option.
Best regards,
IsmaelHey crevlon!
Are you talking about the lightbox view? What type of Blog Style do you have right now? Please check on Enfold > General Settings > Blog Style. Try this on your custom.css or Quick CSS:
.big-preview.single-big a { pointer-events: none; }
Best regards,
IsmaelOctober 23, 2013 at 1:33 am in reply to: Full Width Masonry – Display Title – Mouse Over – iPhone – iPad #179313Hi!
Yigit’s code should work. Please remove browser cache then reload the page.
@media only screen and (max-width: 480px) { .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; } }
Cheers!
IsmaelHi!
Are we talking about the iPad or iPhone view? You can edit css > grid.css and go to the #Portrait section. Change it to look like the #Landscape section.
Regards,
IsmaelHey!
All of your plugins are running. Please try to deactivate them first. Please download 2.4 and update your theme files.
Best regards,
IsmaelHi eightpage!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit any avia elements like Icon Box then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “first-iconbox”.
You can add something like this on your custom.css or Quick CSS:
.iconbox.iconbox_left.first-iconbox .iconbox_content { background: red; }
Regards,
IsmaelHey!
Please use this:
.main_color .sidebar a { color: red; } .main_color .sidebar a:hover { color: blue; }
Best regards,
IsmaelOctober 23, 2013 at 1:14 am in reply to: Woocommerce Shop Product Review Tab German Bewertung Style Problem #179289Hey laenggi!
Please adjust the padding. Add this on your custom.css or Quick CSS:
#top div div.product .woocommerce-tabs ul.tabs li a { padding: 9px 20px 10px 20px; }
Best regards,
IsmaelHi!
Your first code is targeting the widget and the second code targets the actual images. Anyway, glad it worked.
Regards,
Ismael -
AuthorPosts