Hi all,
Please have a look at my website.
http://italiabathrooms.com/
Now look on the main slider at the top. Resize the browser to half and notice that the two small images beside the slider is not in line with each other.
Look at this screenshot: http://i42.tinypic.com/2w250uw.png
How do I get it so that it is all perfectly in one line?
Thanks
What part of the code do I need to change in order to get the blog (News) page stop displaying the code “strong class=”main title” and change it to h1 class? From what I am reading it should be “H1” but it is not.
http://13015.duvosoftware.com/news/
Thank you,
Jason
this worked pretty fine and moved the footer downwards. but then still there were extra space on top of the portfolio grid which I fixed by using this code,
.avia_sortable_active .isotope {
top: -50px;
}
Now, the problem is all the portfolio images are very close to each other vertically and I can’t even see their shadows.
So, is there a way we can adjust spacing between the images vertically without disturbing the sizes of the images.
Hi kleinpenning,
Please only post a single topic for a question. I’ve answered your other post already here: https://kriesi.at/support/topic/maintenance-page#post-135604
Regards,
Devin
Please reupload the woocommerce plugin folder and check the folder permissions. It seems like at least one js file is missing or the sever blocks the access to it and this causes a global js error which breaks our slider script too. Your website gives me following error
Failed to load resource: the server responded with a status of 406 (Not Acceptable) http://cmp.christophermatthewspub.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.3.1
You can also deactivate WooCommerce to fix the issue but obviously this is not a solution if you want to use the plugin.
Hi!
Please update to the latest version (Enfold 2.0.x). We fixed a bug in the post slider element which can break the sidebar & widget areas – see: https://kriesi.at/support/topic/bug-custom-sidebar-not-showing-up-when-other-loop-is-on-page#post-131029
Regards,
Peter
Please go to…
http://www.pigomultimedia.com/testing_area/beta_site_9V/
====================
1) Go to the “Search” icon within the top navigation area
2) Type in “Grey”
3) You will find that the results go deep and and also show multiple sub-directories that travel sideways (not vertically) as you put your
mouse on each result.
4) The word “grey” will pick up pages that have grey buttons even though the word “grey” is no where on the page
How do we limit the search function to only pick up what is published on the page and NOT in the HTML code ?
Try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescolumns.php and replace
if($first)
{
if(!empty($meta['siblings']['prev']['tag']) &&
in_array($meta['siblings']['prev']['tag'], array('av_one_full','av_one_half', 'av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ,'av_textblock')))
{
avia_sc_columns::$extraClass = "column-top-margin";
}
else
{
avia_sc_columns::$extraClass = "";
}
}
with
if($first)
{
if(!empty($meta['siblings']['prev']['tag']) &&
in_array($meta['siblings']['prev']['tag'], array('av_one_full','av_one_half', 'av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ,'av_textblock')))
{
avia_sc_columns::$extraClass = "column-top-margin";
}
else
{
avia_sc_columns::$extraClass = "";
}
}
if(in_array( $shortcodename, array('av_one_third', 'av_two_third', 'av_three_fourth' , 'av_one_fourth' , 'av_one_fifth' ) )) $meta['el_class'] .= ' avia-small-width-slider ';
Hello Guys,
could you please give me a hint how to hide the title container on the front page?
i tried the
#top.home #main.title_container {
display: none;
}
anyway does not seem to work.
Hi!
I’m looking for the same solution.
I tried putting the 2 lines of code into the top of the avia.js file – both after:
$(document).ready(function()
and
$(document).ready(function()
{
I’ve also tried replacing the activate functions in the same avia.js file with this:
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();
but neither works.
my site is here: popmeetsthevoid.com
I’m trying to remove the prettyphoto lightbox from the featured images that come up in the ajax galleries. Please help! :)
Thank you!
Hi eRoxanne,
If you imported the dummy data try checking for the “Homepage” page and then you should see that as an excerpt in the excerpt field. If you don’t have the excerpt field showing then go to the top right of the screen and click on Screen Options to then click on the excerpt check box.
Regards,
Devin
Hey,
For example, you can use this:
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}
Or you can edit layout.css, find this code:
#top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }
#top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
#top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
#top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
#top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
#top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
#top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
#top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
#top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
#top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
#top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
#top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
#top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
#top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
#top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
#top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
#top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }
Remove the :hover just before the social media name.
Regards,
Ismael
What specifies the 224px; width: 298px container?
<span class=”image-overlay overlay-type-image” style=”opacity: 0; left: 5px; top: 5px; display: block; height: 224px; width: 298px;”
Thanks,
dnikitiuk
Hello Devin,
Thanks for the update. I have used the regeneate-thumbnails plugin, and currently have woocommerce catalog single product image set to 600×999 px, but there is still no change to the product image.
If you are to shrink the responsive design to mobile size on your desktop browser, the mobile image will be larger than the standard “full page” single product image.
Is there any CSS that controls the single product image size other than the woocommerce catalog image options?
http://cetatek.msvdev.com/?product=warp1
Thanks,
dnikitiuk
Hi juliearagon,
Do you mean the Advanced Layout Editor button? Can you try going to the top right corner of the page editing screen and clicking on Screen Options and then checking the box for Advanced Layout Editor.
Regards,
Devin
Hi basilefanon,
So far this is the only case of this happening and as far as I know there is no fix or anything released to address it since we have not been able to reproduce it.
Nick is no longer support staff so you can either send it to Peters email at the top or through Kriesi’s contact page.
Regards,
Devin
The only thing I can think of is that there is something preventing the page from showing on the front end. Either a caching plugin or server side caching.
You can try adding a fake class on the button and see if it gets reflected on your sites source code but also you can force the change with a bit of css:
#header .avia-button-wrap.avia-button-right {
margin-top: 25px !important;
}
This is just a bandaid though.
Regards,
Devin
I’ll close the topic for now, but keep an eye out for the next release.
Regards,
Devin
I uploaded 2.0.1 of Enfold to my site, cmp.christophermatthewspub.com and the easy slider on the home page is ,not advancing , freezes after second slide.
Hi Maike,
You can either change the main color in your theme options Styling tab or Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.woocommerce-page .button {
background: #333;
color: #fff;
border-color: #333;
}
#top.woocommerce-page .button:hover {
background: #cc0;
color: #fff;
border-color: #cc0;
}
Regards,
Devin
i THOUGHT i HAD THE 2.0.1 VERSION ON, BUT THE SLIDER IS STILL NOT WORKING ON CMP.CHRISTOPHERMATTHEWSPUB.COM
Hi colorit2,
Not that I know no. You can add it as a feature request to the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin