Forum Replies Created
-
AuthorPosts
-
Hey ablando!
I viewed the page you linked to and was able to edit it with no problems.
Try switching to the default theme. Does the same thing happen there?
Be sure to deactivate all plugins while testing. Perhaps it’s a caching issue.
Best regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi AnjiG!
Your trying to edit the content of the shop page? You can add some extra stuff on top of the product list but that’s pretty much it. You cannot use the layout builder on it.
If you want to create your own shop page though then just create a new page and use our product list element, etc etc.
Regards,
ElliottHey Naser!
If there is no Greek translation available then you can try making your own with POedit, http://poedit.net/.
You can also try the codestyling localization plugin out, http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en.
Or the WPML string translation module.
Best regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hey Vincent!
You can add a whitespace / separator element between them to create more space.
Regards,
ElliottMay 26, 2015 at 6:17 pm in reply to: SEO Yoast Unable to see Avia Layout Builder body content. #450247Hi!
Perhaps in the future it will be worked out but there is not much we can do about it now. If it’s absolutely necessary you can use the default editor but it’s not that big of a deal so I would ignore it. Keep in mind that it has no effect on your actual SEO it’s just that the plugin cannot see it in the layout builder.
Cheers!
ElliottHi Jan!
When you sign up for Analytics it will give you some code to paste in your site header. Copy this code and paste it inside Dashboard > Enfold > Theme Options > Google Analytics Tracking Code.
Best regards,
ElliottHi hloft!
Send us a link to your site and we’ll take a look on our end. I would try deactivating all of your plugins and clear your cache to see if they are causing issues.
Cheers!
ElliottHi Quackkoeln!
Try this out, http://kriesi.at/documentation/enfold/enfold-menu-item-limit/.
Regards,
ElliottHi!
Oh I see. Not sure if there is much we can do about that. I would just use the default editor.
Have you tried this? https://kriesi.at/support/topic/enfold-wishlist-member-plugin/#post-375818
Cheers!
ElliottHey Berthold!
Are you using Enfold? If so then make sure it’s the latest version, 3.1.5. Also be sure to deactivate all plugins while testing.
If your still having problems then take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottHi codecreative!
It’s loading fine on the Nexus 7 and Moto E. What device and browser are you using?
Regards,
ElliottHi Lev!
That’s going to take a lot of time and code to do that and is outside the scope of our support. You will need to hire a freelancer to help you out with this.
Cheers!
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hey dburton77!
How are you adding the background image? We might be able to give you some CSS to use in the page.php file. Send us a link to one of your posts and a page and we’ll take a look.
Best regards,
ElliottHey mdelmarter!
Try adding this to your custom CSS.
nav.main_menu { display: block !important; } #advanced_menu_toggle { display: none !important; }Cheers!
ElliottHi greenpomodoro!
Are you wanting to hide the second line? If so then add a codeblock element to the page and paste this inside.
<style type = "text/css"> .pricing-table li { height: 37px; } </style>Best regards,
ElliottHey skydome76!
For the icons try doing this, http://kriesi.at/documentation/enfold/enable-cors/.
And for your settings you can export them in Dashboard > Enfold > Import/Export.
Best regards,
ElliottHey!
Hmm, what happens when you deactivate cloudflare and all of your other plugins?
Cheers!
ElliottHi Frank!
Currently the portfolio grid only accepts categories. You can request this feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottHi!
That’s the same code as I posted in my previous post so I’m not sure what you mean. Like I said you need to change it to this.
$output .= "<div class='slide-meta'>"; $category = get_the_category(); $output .= get_the_author() . ' / ' . $category[0]->cat_name; $output .= "</div>";Best regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi!
Ok so it looks like you have multiple installations of Enfold and I was viewing the wrong one. When I check your /testy/ogienwkominku/ installation on a mobile device it’s displaying fine, I cannot scroll right to view the menu as is how it should be.
If you can still scroll right then try clearing your browser cache on the mobile device.
Cheers!
ElliottHey!
Try adding this as well.
.avia-msie .h5p-input-wrapper input { margin-bottom: 0px !important; }Cheers!
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
Hi sitesme!
By default you cannot add tags to pages. Your pages do not display in the WordPress queries, loops, post lists, etc, so there is not really a point in adding tags to them. If the plugin your using is not working then I would try contacting the plugin author for help or looking for another plugin.
Cheers!
ElliottHi nicolini76!
This was fixed in one of the later versions of Enfold.
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and then clear your browser cache and check again to see if that fixes it. Also be sure to deactivate all plugins while testing and remove the custom CSS from your site that you posted.
If your still having trouble then send us a link to your page and we’ll take a look.
Regards,
ElliottHey Carolina!
Add this to your custom CSS.
.logo img { display: none !important; }Regards,
ElliottHey xfacta!
Try adding this to your custom CSS.
#socket .sub_menu_socket { position: relative; top: -7px; }Cheers!
ElliottHey!
Is your server using Linux/Apache? If so then add this to the bottom of the file.
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>If that is still causing issues then contact your hosting provider and let them know about this to see what they say.
Cheers!
ElliottHi mrlreynolds!
Does it look better when you add this to your custom CSS?
.avia_mega_div a { height: auto !important; line-height: 24px !important; }Regards,
ElliottHi ccyran!
It’s possible but would take a lot of time and code to implement. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Regards,
ElliottHi chapdes!
Open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and change lines 377 – 387 from this,
$output .= "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $output .= "<div class='slide-meta-comments'>".get_the_author()."</div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup)); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $output .= "</div>";To this,
$output .= "<div class='slide-meta'>"; $category = get_the_category(); $output .= get_the_author() . ' / ' . $category[0]->cat_name; $output .= "</div>";Best regards,
ElliottHi romero2!
I don’t think that is going to be feasible. You would need to build a separate shortcode to use or you would have to edit our shortcode to use the plugin functions but that is going to take a lot of time and code and would have to be considered custom work.
Regards,
Elliott -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
