Forum Replies Created
-
AuthorPosts
-
Hi Synne!
Try this out, https://kriesi.at/support/topic/masonry-transitions-broken/#post-361916.
Regards,
ElliottHey James!
Hmm, that is kind of weird. I never noticed that area before. For some reason it has the same markup for the comments. If you hide the comments then the image column should disappear also.
Cheers!
ElliottHi rpl_admin!
Your welcome, good luck in the new year.
Best regards,
ElliottJanuary 4, 2015 at 8:02 pm in reply to: Organizing my posts in many ways and maybe adding custom fields? #374780Hey!
Try adding this to your custom CSS.
.template-blog article * { margin: 0px 0px !important; } .template-blog article header * { text-align: left !important; }Best regards,
ElliottHi codemode!
Have you contacted the plugin authors? Does it happen in the default theme?
Try deactivating all of your other plugins and send us a link and we’ll take a look.
Regards,
ElliottJanuary 4, 2015 at 7:55 pm in reply to: Saving didnt work! Please reload the page and try again #374774Hey!
You’ll need to contact your hosting provider about that. Or you can try the Akismet plugin, http://akismet.com/.
Cheers!
ElliottHi stewroids!
Popular posts are the posts that have the most comments.
Regards,
ElliottHey ewert!
This is going to be kind of difficult. You can either split the image into two and insert them into the header with their own links. Or you can try inserting some links in the same area and use CSS so they cover different parts of the image but it’s probably going to be more work to make them cover the right areas on mobiles.
To get started you can find where we display the logo around line 500 in /framework/php/function-set-avia-frontend.php.
Cheers!
ElliottHey ThomasNorden!
Those texts are wrapped in gettext calls so they should be available for translation. Are you using the swedish .mo file that was included? Perhaps the customer who translated that file forgot to translate those texts. You can use POedit to scan the enfold.pot file and make a new translation.
Cheers!
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey ErikManger!
That would take a lot of time and code and would have to be considered custom work.
Perhaps this plugin will help you out, https://wordpress.org/plugins/wp-supersized/.
Cheers!
ElliottHi voice903fm!
You didn’t have a blog page setup in your theme options so I set one to point to your news page. On the single post view it’s displaying “News” twice because you have a category called “News” attached to the post.
Best regards,
ElliottHi Dominique!
If you have it set to use gravatars then they need to register their email address here, gravatar.com.
Best regards,
ElliottHi!
So you got it sorted then? If your still having problems then send us a WordPress login and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHey!
Try adding this to your custom CSS.
.av-catalogue-title { padding-right: 100px !important; }Best regards,
ElliottHey!
It’s working fine on my end. Try having them clear his browser cache on his device to see if that fixes it.
Cheers!
ElliottHey!
Try deleting that slider and then create a new one. Also try deactivating all of your plugins while testing.
Make sure you have at least one post published or you will get a javascript error when editing your LayerSliders.
If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi!
No, it’s not going to remove the actual pages. If you want to add them again then just click on the “Pages” dropdown on the left hand side and select which pages you wish to add to the menu again.
If I’m misunderstanding then take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottHey!
You have an image and a noindex tag being inserted above your header. It’s most likely being added by a plugin so deactivate them all and then reactivate them one by one to see which one is causing it.
Cheers!
ElliottHey!
1. You can use some CSS like this to limit their width.
@media only screen and (max-width: 767px) { img { max-width: 70% !important; } }2. It’s already doing that on my end. I’ll assume you got this sorted.
3. Try this.
@media only screen and (max-width: 767px) { .logo, .logo a { overflow: visible !important; } .logo img { margin-left: 10% !important; } }Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
In your first heading row you have the first data cell empty which is probably what is causing the empty heading on mobile view. I recommend setting a value in that cell and then change it’s color via CSS if you do not wish it to display.
Cheers!
ElliottJanuary 3, 2015 at 5:46 pm in reply to: How to turn off Masonry transparency effect on Blog page? #374510Hey voice903fm!
Add this to your custom CSS.
.avia_desktop .av-hover-overlay-active .av-masonry-image-container { opacity: 1 !important; }Best regards,
ElliottHi davidk62!
It’s probably a javascript error caused by this web form your adding. Send us a link and we’ll take a look.
Regards,
ElliottHey derustzelve!
Try adding this to your custom CSS.
.main_color .avia-icon-list .iconlist-timeline { border-color: orange !important; }Regards,
ElliottHey!
Your getting a lot of javascript errors. It looks like they are related to facebook.
Try deactivating all of your plugins and clear your browser cache to see if that fixes it.
Best regards,
ElliottHey!
It’s actually a font and not images. Add this to your custom CSS.
.social_bookmarks_soundcloud a:before { content: "" !important; } .social_bookmarks_soundcloud { background: url("URL to your image") !important; }And then replace “URL to your image” with the correct URL.
Best regards,
ElliottHey chrisbrown2015!
Navigate to Dashboard > Appearance > Widgets and remove the widgets set to the footer widget areas.
Best regards,
ElliottHi!
Add this.
@media only screen and (max-width: 767px) { .responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap { position: absolute !important; top: 20px !important; left: 70px !important; } .avia-promocontent { top: -10px !important; } }Regards,
ElliottHi blaircomm!
This isn’t a theme question so you will want to ask it on the WordPress support forums, https://wordpress.org/support/, they will be able to help you out better.
You’ll want to read this also, http://codex.wordpress.org/Changing_The_Site_URL.
Cheers!
ElliottHey imagemakerswi!
I think what your wanting to do is add this to your custom CSS.
#menu-item-847 .avia_mega_div { min-width: 650px !important; }If that’s not correct then take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottJanuary 3, 2015 at 5:11 pm in reply to: How to add "Previous-Next" TEXT LINKS to WooCommerce Product Posts? #374484Hey!
1. Send us a link to the page and take a screenshot highlighting exactly what your trying to do.
2. I do not know if that is possible or not. It would be best to hire a freelancer to help you out with that customization.
3. Change the code to this.
add_action( 'woocommerce_before_main_content', 'enfold_customization_navigation_links' ); function enfold_customization_navigation_links(){ if ( is_product() ) { $previous = get_previous_post(); $next = get_next_post(); echo '<a href = "'.$previous->guid.'">'.$previous->post_title.'</a>'; echo '<a href = "'.$next->guid.'">'.$next->post_title.'</a>'; } }Regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
