Forum Replies Created
-
AuthorPosts
-
Hey,
You need to click “Fetch new scrape information” as well, it’s working now.
Best regards,
RikardOctober 2, 2015 at 10:28 am in reply to: Change social icons and sub menu position on mobile devices #512680Hi,
Please try the following in your child themes function.php
function remove_builder_button() { ?> <style>.post-type-product #avia-builder-button { display: none !important; }</style> <?php } add_action( 'init', 'remove_builder_button');Thanks,
RikardHi isa_sss,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardOctober 2, 2015 at 10:17 am in reply to: How do I align masonry gallery captions to the centre? #512670Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-inner-masonry-content { text-align:center !important; }Thanks,
RikardOctober 2, 2015 at 10:10 am in reply to: Change Read More arrow in functions.php child theme #512662October 2, 2015 at 10:09 am in reply to: Textbearbeitung in Advanced Layout Designer unmöglich #512661Hi,
Please try to deactivate all plugins to see if one of them is causing a conflict. I’m especially thinking of Page Builder by SiteOrigin, not sure why you would need that when using Enfold?
Best regards,
RikardHi,
I have no idea where you added the code but it was not in the Quick CSS field (Enfold–>General Styling–>The box reading Quick CSS above it), I’ve added it for you and it’s working just fine. Please remove the other piece of code and you won’t see it anymore.
Thanks,
RikardHi,
I see that you have used the Avia Layout Builder for this post: Die rollende Bulli-Bar für Somersby endlich auf der Straße – Teil 2. That is why the except is not showing up on your blog page, you will have to add it manually in the Excerpt field. If you cannot see that field then please click Screen Options in the top right hand corner of the edit screen and select to show it there.
Thanks,
RikardOctober 2, 2015 at 9:41 am in reply to: Format option gone in Blog postswhile using ALB, causing missing headers/footers #512645Hey GGL,
Sorry for your thread being closed, I’m not sure why.
As I mentioned, using the wand is a hit and miss;
I’ve never seen or heard anyone report this issue before, could you link to a page where we can see it for ourselves please? A step-by-step instruction on how to reproduce it would be helpful as well.
I really think you guys should treat as a bug and have someone take 5-10mins and create the code
I’m not exactly sure what you mean by this, but I think Elliott explained how the ALB for posts functions in the previous thread, I don’t have much to add except that the feature will be expanded and worked on in the future so that users understand how it works better.
Again not to sound harsh, but after I starting searching your forums I found users having the same issue and requesting similar help/shortcode as far back as 2013
The feature was introduced in 2015 so I’m having a hard time believing that but you are welcome to link to those threads if you like.
This is the support forum for Kriesi themes and there is no higher or lower level of support.
Regards,
RikardHi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardOctober 2, 2015 at 9:25 am in reply to: Used Avia Layout Editor on Blog Post – Single Post has no title/author/date #512635Hey hmsvictory,
That is as expected, using the ALB for posts will make the post act more like a page. You can add most things manually from the builder if you like, or you can switch to the default editor and still use ALB elements using the Magic Wand tool (top row to the right with blue background): http://imgur.com/GReRtrs
Thanks,
RikardHey,
What problems are you facing? Please link to your site so that we can have a look at it.
Thanks,
RikardOctober 2, 2015 at 9:20 am in reply to: Where to find blog files to edit template and also add widgets if possible #512630Hey jasaunders,
You can add widgets to the page using the Widgets Area element under Content Elements in the Avia Layout Builder. You can add custom CSS to Quick CSS under Enfold–>General Styling. The template files are located in wp-content/themes/enfold/.
Thanks,
RikardHi jasaunders,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardHi,
Are you sure that you have overwritten the theme completely? I have not seen this error before nor can I reproduce it on my end.
You could try this to see if it helps: http://kriesi.at/documentation/enfold/enfold-menu-item-limit/
Best regards,
Rikard-
This reply was modified 10 years, 6 months ago by
Rikard.
Hi,
Thanks for the login but the details are not working for me, could you check please?
Regards,
RikardHey JC,
Please try to deactivate all plugins to see if one of them is causing a conflict which is likely, you have a lot of them. If that should not be the case then please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Thanks,
RikardHey amester55,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi,
You can place it anywhere really, to make it easy on yourself you can place it in the root folder of your site. Then make sure that you verify that the full URL to the font is working, then use that URL in the CSS. After that you should be good to go.
Thanks,
RikardHi,
Try the following as well:
#header_main .social_bookmarks li a { border-radius: 0px !important; }Thanks,
Rikard-
This reply was modified 10 years, 6 months ago by
Rikard.
Hi Rich,
Please try the following in Quick CSS under Enfold–>General Styling:
strong.logo img { max-height: 150px !important; }You could also try a logo which is closer to the recommended dimensions of 340px * 156px
Regards,
RikardHi,
Try adding an ID to the div:
<div id="hide-for-mobile" style="position: absolute; top: 0px; left: 50%; width: 1px; height: 200px; background: black;"></div>You can then add a style block above it or in Quick CSS:
@media only screen and (max-width: 767px) { #hide-for-mobile { display:none !important; } }Wrap the code in
<style></style>tags if you add it to the code block itself.Best regards,
Rikard-
This reply was modified 10 years, 6 months ago by
Rikard.
Hi,
It will most likely affect user to your site as well, if you want to make sure your edits are shown to everyone then please try to flush the cache for that particular page at least.
Regards,
RikardOctober 2, 2015 at 7:39 am in reply to: Avia bullet in mobile menu changes to undesirable icon on iOS 9.0.2 #512588October 2, 2015 at 7:36 am in reply to: Traditional text editor options are gone/defaulted to something else #512586 -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
