Thanks Yigit and Andy!! :)
I use now the the hide-my-wp plugin! Thats great! :)
But on little topic….In the source code is this: file/dynamic_avia/enfold_child.css’
I read the foren replys to this topic: https://kriesi.at/support/topic/change-name-or-dont-use-dynamic_aviaenfold_child-css-file/
but the path is every existent. I rename the enfold_child.css too child.css…
Than is the layout destroyed….what can i do??
Great thanks for your help :)
Hey shefferz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#colorblockhomepage .content {
vertical-align: top;
top: 50px;
}
Cheers!
Yigit
Hi,
I have a color block that has 1/3 columns within .
However there is a large space above the 1/3’s. I would like to remove this spacing.
I have given the name of the color block an ID of #colorblockhomepage
Hey!
You had one unclosed media query (the one at the top) in your Style.css file of your child theme. I closed it, please review your website now
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #review_form #respond .comment-form-rating {
position: static;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#top #wrap_all .av-social-link-instagram a:after {
content: 'Instagram';
margin-left: 10px;
}
Best regards,
Yigit
I dont know whay, but on top have a gray bar, can you help me?
soimpng.com
Hi Andy!
Thank you! Your topic has solved the problem only for internal pages.
To fix it in the front page I used the following code:
Change in wp-includes/canonical.php lines 264-270 from this:
<?php
// Post Paging
if ( is_singular() && ! is_front_page() && get_query_var(‘page’) ) {
if ( !$redirect_url )
$redirect_url = get_permalink( get_queried_object_id() );
$redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( get_query_var( ‘page’ ), ‘single_paged’ );
$redirect[‘query’] = remove_query_arg( ‘page’, $redirect[‘query’] );
}
to that:
<?php
// Post Paging
if ( is_singular() && get_query_var(‘page’) && ( !is_front_page() || ( isset($wp_query->queried_object) && ‘page’ == get_option(‘show_on_front’) && $wp_query->queried_object->ID == get_option(‘page_on_front’) ) ) ) {
if ( !$redirect_url )
$redirect_url = get_permalink( get_queried_object_id() );
$page = get_query_var( ‘page’ );
if ( is_front_page() ) {
$redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( “$wp_rewrite->pagination_base/$page”, ‘paged’ );
} else {
$redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( $page, ‘single_paged’ );
}
$redirect[‘query’] = remove_query_arg( ‘page’, $redirect[‘query’] );
}
Have I nice day!
Daria
Hi Support,
Please could you advise how I can change the size of the Product Entry Title for each of the Desktop, Tablet and Mobile Versions.
Thanks in advance.
Hi, a few months ago I posed the question regarding increasing the size of the small preview image in the blog post. Yigit gave the solution here: https://kriesi.at/support/topic/single-author-blog-index-layout/ which worked great.
I am attempting to add the same code snippet into the function.php child-theme file of another site but now I get a bunch of error lines in the header. Do you know what might have changed between the 2 websites that are both using Enfold?
The old site is https://openfin.co and the new site is http://staging.loopcreative.co/redseal/news/awards/ (the page that has an example small preview thumb).
Thanks!
Hi Ismael,
Thanks a lot for your reply. I managed to resolve 1 and 2, but here’s the rest. 6 and 7 also seem to have been solved somehow, although it was like that during the whole time I worked on the site.
3. I did, and added this code, but the image still shows up an both mobile and tablet
@media only screen and (max-width: 800) {
.lv_laptopimagehome.avia_image { display: none !important; }
4. This happens only on tablets. Here’s the link to the screenshot: http://tinypic.com/r/177lvl/9
5. No, I didn’t use a plugin for this. Simply added the script to the text editor.
Thanks so much for your help
Hi,
The page is https://lewinandreilly.com.au/ethos/. It works fine on Desktop and phone, but tablet has the formatting issues described.
Thanks
Ok that only removed the logo but made the top header bar taller. I want to make the top phone bar-social media background black with white phone number text and remove the logo header bar completely. Oh yes, and also the menu disappeared.
Please have a look. Thanks Rickard. :-)
-
This reply was modified 10 years, 3 months ago by
yes9310.
Thanks Yigit,
I did what you said.
But I think it makes a conflict in blog posts. As you might see, I have disabled all the Share Links except LinkedIn, Google and Email. But after I change the layout dimension from 60-40 to 70-30, all the Share links are now showing in my blog post.
Plus, it make the header looks different (I can no see a black line at the top of my page) and the style of the menu is changed too.
This is the worst time for me. This change in layout dimension makes my website RESET! All my customization are gone! CHECK THE LINK
-
This reply was modified 10 years, 3 months ago by
Sadegh.
Hi Yigit,
Yes I found your answer in one another topic and used that code.
Although this code was helpful for me, but I think there is a conflict between “this code” and “Dimensions values”.
When I had 60-40 in dimensions values, adding or reducing the padding didn’t work.
But now, when I adjust it to 70-30 in dimensions values, it seems to work.
(P.S: I already mentioned this conflict in this topic too. As there is another problem with that too)
For many months we have been having the same issue described here:
We get extra ul tags when using the advanced editor to edit bulleted lists. Our site is using version 3.2.3 of Enfold. Our website developer sent us a copy of version 3.3.2 which I uploaded and tested but the problem remains.
Ideally I’d like to have automatic updates for the theme. I have the API code but I don’t think I have the right themeforest username since we didn’t purchase the theme – our developer did.
What’s the best way to get the latest version of the theme? Are there any other tricks to getting this issue fixed?
Thanks – Doug
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.home .main_color .content {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
Best regards,
Rikard
Hi,
Great, glad you got it fixed. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi Rikard,
It seems to work.. however, it ends up putting boxes around each sub menu…
so.. now “Cart” , “My Account” , “Terms”, and “Cart” are all boxed in as well… and the color is changed for each of those submenus as well… so it kind of looks like a new menu.
Is there a way to just apply the style only to the top level menu.. .. in this case “Shop” ?
Hi Ludovic,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
I figured it out!
Please mark this topic as resolved!
thanks,
Hi,
Ok, please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi,
Glad you found it, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi cdmedia1111,
Please try the following as well:
#socket .container {
max-width: 100% !important;
padding: 0 !important;
}
#socket .menu {
margin-top: 25px !important;
}
Thanks,
Rikard
Elliott,
I didn’t. I’m assuming you’re working on a larger screen than me, so things probably do look fine for you. I’m working on a mid 2012 15in MacBook Pro. I’m attaching some links to screenshots:
Screenshot 1: http://www.chriscoronadesign.com/wp-content/uploads/2016/01/Screen-Shot-2016-01-25-at-8.23.07-PM.png
Screenshot 2: http://www.chriscoronadesign.com/wp-content/uploads/2016/01/Screen-Shot-2016-01-25-at-8.23.24-PM.png
You see how the Slider section at the top displays my entire image, and the contact section is zoomed in? The contact section background photo isn’t adjusting for the width of the browser.
Hi there,
I am trying to get my social share plugin to align to the right. I used
<div align=”right”>
[apss-share]
</div>
but doesn’t seem to work. Float=right somehow gets all the icons in a straight row on top of each other. Could I get some advise on how to go about it?
Thank you very much.
Well, basically I chose the option of a sticky header / menu.
Is this why the scroll to top is hidden?
How would I show it on tablets and mobiles though
I noticed that this forum has the scroll to top function and sticky menu combined.
-
This reply was modified 10 years, 3 months ago by
avwebmaster.
Hey!
Well the top bar your talking about is from the codeblock element. You’ll want to move it down to the bottom of the page.
And you still do not have the CSS I posted here, https://kriesi.at/support/topic/blog-post-image-and-title-layout/#post-565153, in the codeblock. I’ll go ahead and add it again.
Cheers!
Elliott
Hi!
Try adding this to your custom CSS.
.avia-msie-11 .pricing-table.avia-highlight-col .first-table-item { top: 0px !important; }
Regards,
Elliott