Forum Replies Created
-
AuthorPosts
-
Hi!
Send us a link to the exact page where the pagination is displaying.
Line 309 in the /enfold/includes/loop-index.php should remove most of them.
echo "<div class='{$blog_style}'>".avia_pagination('', 'nav')."</div>";
Cheers!
ElliottDecember 23, 2015 at 3:42 am in reply to: Need help with css for WP-Members registration confirmation #556854Hi!
Try adding this.
.link-text { top: 20px; position: relative; }
Regards,
ElliottHi!
Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottHey!
Are you only wanting to change that H4? You could try some inline CSS if so.
<h4 style = "font-size: 20px; color: red;">Some text</h4>
Your using it inside a textblock element so you can use inline CSS in that case.
Regards,
ElliottHi!
We do not use templates for the products actually. We use the Woocommerce hooks / filters to create the products. You can find them all in /enfold/config-woocommerce/config.php and edit them however you need.
Regards,
ElliottHi!
Yes, you can use it on any page that you see the issue on.
Best regards,
ElliottHi!
I tried viewing it on 1600px width screen and higher but it looks fine to me. Take a screenshot and highlight what your seeing so we can get a better idea.
Cheers!
ElliottHey!
Add this as well.
#top .logo { width: 100%; }
Regards,
ElliottHey!
Add this to your custom CSS.
.single .tribe-events-event-image { display: none !important; }
That will remove the featured image from your event posts. You can then insert your own images into the post content. You can place them in columns or use whatever other shortcodes you need. You can insert shortcodes by clicking on the “magic wand icon” in the default editor.
Best regards,
ElliottHey!
That should be working. Did you add it to the top of the Quick CSS field? Perhaps you have a typo in your other custom CSS somewhere. When that happens everything below the typo will not get applied.
Regards,
ElliottDecember 23, 2015 at 2:57 am in reply to: Slow speed and low grades on GT Metrix and Google Site Speed #556839Hi flylanddesigns!
It’s mainly from all of the images your using (2.5MB). Be sure to optimize those for the web.
You can use a plugin such as BWP Minify for minifying the JS and CSS files.
I recommend using the google page speed insights tool for checking your site performance.
Regards,
ElliottHi anma!
Your link is asking for a login.
You can drag 5 columns into the color section and add a button to each column. In the button settings there is an option for having it align centered inside the column.
Best regards,
ElliottHey Maik!
That does not look like all of the code your using.
You can see at the start there is the “function_exists” line. Start from there and copy all of the code down to the ending bracket, }, and paste all of that into your child theme functions.php file and it will be used instead.
if(!function_exists('avia_append_search_nav')) { all of the other code inside, blah blah blah, yada yada yada }
Best regards,
ElliottHi fxtradersclassroom!
You can find that on line 903 in the /enfold/framework/php/function-set-avia-frontend.php file.
$output = __('Archive for category:','avia_framework')." ".single_cat_title('',false);
Regards,
ElliottDecember 23, 2015 at 2:18 am in reply to: Matching WYSIWYG Editor Style with Customized Enfold Style #556830Hi lightsites!
Not sure I understand. Take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHey Peter!
That’s going to take a bit of javascripting to implement so it would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottDecember 23, 2015 at 2:15 am in reply to: Blogbeiträge im Avia Layout Architekt ohne Kategorie und Schriftgröße ändern #556828Hey mfrenk!
Go ahead and send us a link to your page and highlight the exact areas where your trying to change the font size. If your just trying to change the font size in general then you can do this in Dashboard > Enfold > General Styling > Fonts.
Add this to your custom CSS to remove the categories post meta.
.blog-categories { display: none !important; }
Cheers!
ElliottHi afiqsyahmi69!
Can you take a screenshot and highlight the issue so we can get a better idea?
Regards,
ElliottHey ewingmh!
I couldn’t see which version your using. If it’s not the latest, 3.4.7, then be sure to update and be sure to deactivate all plugins while testing.
If your still having trouble then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey dkrausJFA!
It would be possible to have the buttons open up a popup and display more options there, https://kriesi.at/support/topic/inline-content-in-magnific-popup/.
Or perhaps the fullwidth submenu element would work better as it has a dropdown menu included in it.
Regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
December 23, 2015 at 2:07 am in reply to: New page vanished after 6hrs work – tried to make it home pg, custom link – help #556823Hi toddhaney!
So your just trying to figure out how to set the homepage? You can do this in Dashboard > Enfold > Theme Options. It’s the first option.
If your wondering how to add it to a menu then just find it in the “Pages” section in Dashboard > Appearance > Menus and drag it to your menu.
Make sure to save the menu and assign it to the primary theme location.
Regards,
ElliottHi envatojlc!
Add this to your custom CSS.
blockquote { padding-left: 20px !important; }
If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottHi bensondesign!
Navigate to Dashboard > Enfold > Blog Layout and set the style to use the advanced layout editor when you edit the page. You can then drag a color section or grid row element to the top of your blog page and have it display.
Cheers!
ElliottDecember 23, 2015 at 1:55 am in reply to: Need Multiple FAQ pages – How to link to only one group/category of FAQs #556815Hey Elizabeth!
I checked your link but you don’t appear to be using Enfold there.
Are you using the accordion element to display your FAQs?
Cheers!
ElliottHi Tokyo!
Add this to your custom CSS.
.at-logo-bg-orange, a.at-svc-compact span { background: black !important; }
Best regards,
ElliottHey anhanhoi!
Like a comment? Perhaps something like this would be good.
/***********************************************************/ /**************** Section 01 *****************************/ /***********************************************************/
You can look through the stylesheets in /enfold/css/ to see how Kriesi marks the sections with comments.
Cheers!
ElliottHey Gavin!
I have not used a testimonial plugin before as most themes come with their own solution, including Enfold. Perhaps this one would be good, https://wordpress.org/plugins/easy-testimonials/.
If anyone has a recommendation then please chime in.
Cheers!
ElliottDecember 22, 2015 at 4:54 am in reply to: Image caption text colored on hover in Edge browser #556317Hi!
Not sure what’s causing it but try adding this to a codeblock element in the page.
<style type = "text/css"> #top .avia_image strong, #top .avia_image strong * { color: white !important; } .avia_image, .avia_image *, .avia_image *:hover * { color: #d1d1d1 !important; } </style>
Best regards,
Elliott-
This reply was modified 9 years, 3 months ago by
Elliott.
December 22, 2015 at 4:43 am in reply to: More text in preview of grid, blog posts and post slider #556315Hi!
Hmm, I don’t see the theme editor link in your Dashboard > Appearance menu. How do you edit the child theme?
Cheers!
ElliottHi!
It’s the extra code you have added inside the google analytics setting in the Enfold options.
You can try using this CSS to hide it.
body iframe { display: none !important; }
Regards,
Elliott -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts