Forum Replies Created
-
AuthorPosts
-
Hi SeizeTheBeat!
You can use our image shortcode for that. The overlay icon will be added.
Best regards,
ElliottHi Renvato2!
Not sure what it could have been. I haven’t heard of any other users having this problem.
Let us know if you have any other questions.
Cheers!
ElliottDecember 21, 2014 at 7:20 pm in reply to: Page Featured Image on Default Editor Displays on top of page #371310Hey havi!
Add this to your custom CSS to get rid of it.
.page-thumb { display: none !important; }Cheers!
ElliottHi!
It looks like there is an import and export option in the LayerSlider options page. If you have bought the plugin then you can try installing it on another installation and then export the demo sliders there.
Best regards,
ElliottHi!
I’m not seeing it on my XAMPP setup. Please send us some links and take screenshots of what your seeing so we can get a better idea.
Best regards,
ElliottDecember 21, 2014 at 7:09 pm in reply to: Having to save pages twice – Enfold theme and LeadPages generated buttons #371304Hi!
It’s still working fine for me. What browser are you using? Try it in a different browser and take a screenshot of what is happening so we can get a better idea.
Regards,
ElliottHey Ronan!
Add the sidebar back in and then add this to your custom CSS.
.template-blog .sidebar { display: none !important; } .template-blog main { border-right: 0px !important; }Best regards,
ElliottDecember 21, 2014 at 6:55 pm in reply to: Tag archive: Pagination appears 2 times if same tag used in portfolios and posts #371298Hey Ronan!
You would only need one pagination area to display. All of the queries will pick up which page your currently on.
Are you using the blog posts element and the portfolio grid element? If so then you would just need to remove the pagination on one of them. Send us a link and we’ll take a closer look.
Best regards,
ElliottHey!
I’ll go ahead and flag this for the rest of our team to take a look.
Best regards,
ElliottHey Patrick!
I tried viewing your link to login but it says error establishing database connection.
While your sorting that out try Exporting your WordPress SEO options in Dashboard > SEO > Import & Export and then navigate to Dashboard > SEO > Dashboard and hit the “Reset Default Settings” button to see if it’s a problem with the settings your using.
Also be sure to update WordPress and deactivate all other plugins except WPML and WordPress SEO.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey Renvato2!
A WordPress page is saved in the database, there are no files that hold the information.
Cheers!
ElliottHey ryanmortier!
I can’t seem to reproduce it on my end. Send us a WordPress login and deactivate all of your plugins and we’ll take a look.
Cheers!
ElliottHi pirate4x4lance!
It looks like your using Enfold 2.5.4. Updating to the latest version, 3.0.4, should fix this problem.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHey jropchan!
I noticed a bunch of weird markup and scripts being added to the end of your source code. It’s probably being added from a plugin.
Try deactivating all plugins and then reactivate them one by one to see which one is causing it.
Cheers!
ElliottDecember 20, 2014 at 6:27 pm in reply to: Having to save pages twice – Enfold theme and LeadPages generated buttons #371003Hi JuergenB!
I added the code to a codeblock element and saved and I didn’t see any errors. You’ll need to add javascript code to the codeblock elements.
Cheers!
ElliottHi!
Try adding this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_back_button' ); function enfold_customization_back_button(){ ?> <script type = "text/javascript"> jQuery(docment).ready(function(){ jQuery("#menu-item-524 a").attr('onclick', 'window.history.go(-1);'); }); </script> <?php }Regards,
ElliottHey!
I checked your link but I don’t see the title your referring to in your slider. I noticed your embedding a youtube video below your slider which has a title on it. Is that what your referring to?
If so then just view your video in youtube and click on “Share” and then “Embed” and you can customize how your video displays and then copy the code to use in your page.
Cheers!
ElliottHi!
What is the error that webmaster tools is giving you?
Does it still happen in the default theme?
Send us a link to the sitemap and we’ll take a look.
Best regards,
ElliottDecember 20, 2014 at 5:52 pm in reply to: Icon Alignment on Mobile | Change from vertical to Horizontal #370995Hey!
Add this to your custom CSS.
@media only screen and (max-width: 767px) { #plastic-surgery-social-media .av_one_fifth { width: 20% !important; } }Best regards,
ElliottHi swelzel!
LayerSlider is already integrated so you do not need to purchase it. If you want to remove the default sliders then click on the trash icon to the right of them to delete them.

Best regards,
ElliottHey!
Try adding this to your custom CSS.
.avia-testimonial-wrap { width: 20px !important; height: 20px !important; top: -14px !important; } .avia-arrow { width: 20px !important; height: 20px !important; top: -13px !important; margin-left: -10px !important; }Cheers!
ElliottDecember 20, 2014 at 5:35 pm in reply to: Split page content into several pages with pagination #370989Hey!
You can use it inside a codeblock element but other than that I don’t think WordPress is going to see it. It would be best to just use the default editor if you need to split up your content into pages.
Best regards,
ElliottHey!
You can use this CSS for the toggle titles.
.toggler { font-size: 20px; color: red !important; }Regards,
ElliottHey!
I didn’t see the problem on your site but I think your wanting to do this.
#header { height: auto !important; } #wrap_all { overflow: visible !important; }Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
I logged in but your currently using WordPress 3.8.5. Go ahead and update WordPress to the latest version and then let us know when your done so we can take a look.
Also, turn on WordPress debugging, http://codex.wordpress.org/Debugging_in_WordPress, and check your server error logs for any information we could use.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey JPOsteen!
I think you need to change the “Responsive under” and “Layers container” values in the slider settings. Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey!
It tells you how in the link Yigit provided. You have to add
[nolink]to the field.Cheers!
ElliottDecember 20, 2014 at 12:50 am in reply to: Contact form and google maps not showing up anymore #370840Hey fetchbranding!
It looks like your using Enfold 3.0.1. Updating to the latest version, 3.0.4, should fix this.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottDecember 20, 2014 at 12:47 am in reply to: Full Screen Easy Slider – Change Caption title header #370836Hi!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey!
Open up /enfold/config-templatebuilder/avia-shortcodes/masonry-entries.php and change line 640 from this.
$output .= "<a class='av-masonry-pagination av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";To this.
$output .= do_shortcode("[av_button label='Load More' link='manually,#load-more' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='av-masonry-load-more']");Cheers!
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
