Forum Replies Created
-
AuthorPosts
-
Hey pegasso4444!
That screenshot looks a little odd. Are you using a mobile plugin? Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottHey Remonudi!
Your getting a javascript error. It looks like it’s from a live chat plugin. Try deactivating all of your plugins to see if that fixes it. If it does then reactivate them one by one to see which plugin is causing the problem.
Cheers!
ElliottHi fschrichten!
Wordpress creates “attachment links” to each of your images in the media library and that is what your seeing there.
I would try installing the WordPress SEO plugin. There is an option for redirecting the attachment links to their parent pages. Or if you just want to add these attachment links to your robots.txt file then see here, http://www.bloggingguts.com/stop-google-indexing-wordpress-attachment-page/.
Regards,
ElliottHi gigoz!
We have a product list shortcode as well. In the avia layout editor switch to the “Plugin Additions” tab and drag the product list element to your content to display your products in a list.
Regards,
ElliottMarch 26, 2015 at 9:38 pm in reply to: changing menus between parallax #menus and normal link menus inside blog… #418847Hey Moises!
You can create your links with absolute URLs like so.
http://yoursite.com/#about http://yoursite.com/contact#anchorOr try this plugin out, https://wordpress.org/plugins/zen-menu-logic/. It will let you create different menus for each page.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 26, 2015 at 9:35 pm in reply to: Homepage advanced layerslider does not center on mobile devices #418844Hey TheElear!
It looks like your using divs inside headings? I don’t think that is correct markup. It’s also a little odd that your using the LayerSlider for this.
I recommend recreating the page but use the grid row element instead. You can drag columns inside each cell to create that layout your using. It would be a whole lot easier than doing this in the LayerSlider.
Regards,
ElliottMarch 26, 2015 at 9:31 pm in reply to: Create a masonry gallery with ALL the images in media library #418842Hi usystem!
Yes you can use the Masonry element for this. What I would do is use the Custom Post Types UI plugin and create a new post type named “image” or something similar and then use that in the Masonry. Whenever you need to create a new “gallery item” just create a new image post type to use and set the featured image.
You could also use the regular posts but set them to the “image” format and then use that in the Masonry options instead if you do not want to go through the hassle of creating a custom post type.
Regards,
ElliottHi brainboxstudios!
Open up /enfold/config-templatebuilder/avia-shortcodes/magazine.php and change line 529 from this.
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";To this.
$title = get_the_title($entry->ID);Best regards,
ElliottMarch 26, 2015 at 9:23 pm in reply to: Akkordeon: array of attributes in toggle / toggle sorting menu / color of icons #418836Hey anjmat!
If you remove the nth-child(1) part of the CSS then it should target all. Something like this.
.togglecontainer .av_toggle_section .toggle_icon, .togglecontainer .av_toggle_section .toggle_icon span { border-color: red; }Cheers!
ElliottHey Biggy!
Please see here, https://kriesi.at/support/topic/reduce-default-amount-of-cropped-image-size/.
You could also try this plugin out, https://wordpress.org/plugins/resize-image-after-upload/.
Regards,
ElliottMarch 26, 2015 at 9:13 pm in reply to: Responsiveness: images not degrading as page is resized #418827Hey Simon!
Add this to your custom CSS.
#top div .avia-gallery img { width: auto !important; height: auto !important; }Best regards,
ElliottHey David!
Yes that’s the expected behaviour. If you need the posts to display like your regular posts then you’ll need to use the default editor. The advanced layout builder is for customizing your content to exactly how you want which is why those elements are removed.
Best regards,
ElliottMarch 26, 2015 at 9:07 pm in reply to: Messages from Contact Us Widget Are Bounced by Yahoo and Google #418818Hi davevi!
Your having trouble receiving emails correct? First off do the troubleshooting steps here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/.
In your problem description there is mention of the “From” field so if you need to change that then see step #5 in the link.
Regards,
ElliottHey webstrats!
1. I’m not sure I understand. Are you talking about the text widget with images inside it as shown in your link? Go ahead and take a screenshot highlighting what your trying to do so we can get a better idea.
2. Have you contacted the plugin authors yet?
Cheers!
ElliottMarch 26, 2015 at 8:58 pm in reply to: Using avia builder "blog posts" block for custom post types #418808Hey Kevin!
You have to create a taxonomy and select it in the shortcode options. If you do not choose any taxonomy then all posts will be displayed by default. If you have created a taxonomy for your post type then you can select it in the blog posts shortcode like so.

Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi Blaise!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> table tr > td:last-child { width: 30%; } </style>Regards,
ElliottHi Kevin!
Here are some examples on how to use it.
https://kriesi.at/support/topic/search-results-page-questions/
https://kriesi.at/support/topic/enfold-portfolio-categories-sidebar-menu/Best regards,
ElliottHi Richard!
1. I couldn’t find any information about social links on the behance website. Are you just trying to create a link to your behance profile? If there is a specific type of button / link your trying to create then send us a link to the instructions on the behance website and we’ll take a look.
2. I don’t think that is possible. I found this which may help, http://forums.devshed.com/beginner-programming-16/using-mailto-attachment-66699.html.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi blankonblank!
That is an icon element. In the icon settings you can set the link to manual and insert a youtube or vimeo URL to get the video to display in the popup.
In the demo link you provided it’s used inside a color section with a video background.
Cheers!
ElliottHi Hritter!
That should be displayed by default. Your getting a javascript error so maybe that is interfering with it. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure your using the latest version and no files are corrupted.
Regards,
ElliottHi gearouthere!
Yes it looks like your using a plugin there. When you deactivate the plugin all of the product images disappear? That sounds pretty odd. Try deactivating all of your plugins except WooCommerce to see if there is a different plugin interfering.
Also try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. If there are no customizations or plugins interfering with the product then it should display as in our demo, http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 26, 2015 at 8:09 pm in reply to: Major Workflow Issues with Enfold after last WP & Woo Commerce updates #418777Hey virginiamelodysupreme!
I’m not seeing any of those problems on my XAMPP setup so I’m assuming your getting a javascript error somehow. Let’s try the following.
1. Deactivate all plugins except WooCommerce and WP SEO.
2. Make sure WordPress and WooCommerce + WP SEO are updated to their latest versions.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having problems after doing the above three steps then send us a WordPress login and we’ll take a look.
Best regards,
ElliottMarch 26, 2015 at 6:57 pm in reply to: Accidentally "Reset all options" at the Advanced Styling Page. Salvation?! #418742Hey Billy!
You would need to reload a backup. Try contacting your hosting provider to see if they have automatic backups scheduled.
We have a prompt which warns you about this when clicking the button to make sure it’s really what you want to do.
If you want to get rid of the button in the future “just in case” then add this in /enfold/framework/css/avia_admin.css.
.avia_footer_reset { display: none !important; }Regards,
ElliottMarch 26, 2015 at 6:52 pm in reply to: Removing the sidebar on a blog page makes the poss vertically align #418739Hey!
It’s just the styling we have created for it. I think an easier way would be to just leave it as a right sidebar and then use CSS to hide the sidebar.
aside { display: none !important; } #main { width: 100%; max-width: 100%; }That sounds like what your trying to do.
Best regards,
ElliottHey!
Hmm, looks like a 500 server error. Try turning on WordPress debugging, https://codex.wordpress.org/Debugging_in_WordPress, and then check your server error logs for any useful information.
I would also contact your hosting provider about this to see if they have any idea on what it could be.
Regards,
ElliottHi!
I’m on Windows 7 and latest version of Chrome but it looks fine for me. Make sure the zoom is set to 100% and try clearing your browser cache.
Also try disabling all of your Chrome extensions & plugins to see if they are causing weird behaviour.
Cheers!
ElliottHey designing!
Wordpress already has register and login pages setup by default and you can use the “Meta” widget to display those links for your users. If you want to extend it’s functionality then I would take a look at the s2member or Wishlist membership plugins.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Try adding this.
#socket .social_bookmarks { float: none; left: 50% !important; transform: translate(-50%); width: 160px !important; }Cheers!
ElliottHi!
This is most likely from using the advanced layout editor on your post. If you want it to display like a regular post then you’ll need to use the default editor instead.
Regards,
ElliottHi!
I checked on a mobile but it seems to be resizing properly. Can you take a screenshot and highlight what your trying to do?
Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
