Viewing 30 results - 135,601 through 135,630 (of 142,830 total)
  • Author
    Search Results
  • #204946

    Hi!

    Yes, Devin hit the nail on the head. It’s like taking painkillers – they may help you to bear up against pain but they won’t heal the disease…

    Regards,
    Peter

    #204927

    In reply to: Contact & cart icons

    link to the website: cristinarichart.com
    As you say the social icons are on top of the logo when you use the Fix Header but I’m using “Heaser with social icons and bottom” and in this case only the telephone (something I don’t need) is on top of the page.
    By contact call I meant the word CONTACT (or an icon) which you click to call the contact form page.
    Sorry for my English.

    Hey!

    My bad! Glad it worked. :)

    Cheers!
    Ismael

    This reply has been marked as private.
    #204913

    In reply to: Mobile

    Hi JMH_International!

    It should be visible for all pages. Can you please give us a link to the page without the scroll to top button? Please add this on your custom.css or Quick CSS to enable the button on mobile devices:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #scroll-top-link{display: block;} /*iphones etc scroll better by tapping the status bar at the top of the screen*/
    }

    Regards,
    Ismael

    Hi!

    1.) Let’s start again. To make the header transparent, please add this code:

    .header_color .header_bg {
    background: rgba(0,0,0,.5);
    }

    Move the slider or the main div towards the top using this:

    .fixed_header .home #main {
    padding-top: 0;
    }

    Edit js > avia.js file to remove the gap below the fullscreen slider. Find this code on line 687:

    slide_height = Math.ceil( (viewport / 100) * this.options.height );

    Replace it with:

    slide_height = Math.ceil( (viewport / 100 ) * this.options.height ) + 88;

    2.) You can’t move the border because it is the content border. There is a javascript where you can force or copy the height of a certain div then apply it on another. You can then use this Quick CSS:

    #top #main .sidebar {
    right: -50px;
    border-left-style: solid;
    border-left-width: 1px;
    }
    
    .content {
    border: none;
    }

    Please hire a freelance developer to help you create a script like that.

    Cheers!
    Ismael

    This reply has been marked as private.
    #204901

    Topic: Mobile

    in forum Enfold
    JMH_International
    Participant

    Hi!
    I have a few questions about the mobile site,
    I’m using the Responsive Header Main Menu: Display as Dropdown Menu & Responsive Layout Default for mobile and notice an arrow in a square box to scroll back up to the top on some pages, but not all.. How do I enable this setting for all the pages on mobile?

    Thanks!

    #204900

    In reply to: Contact & cart icons

    Hi!

    Can you please give us a link to the website? The social icons should be on top of the logo on mobile view. What do you mean by “contact call”?

    Best regards,
    Ismael

    #204893

    In reply to: SEO

    Hey!

    I can only comment on the h1 issue which is mostly considered to be incorrect at this point. You can have multiple h1 elements on a page if they are called for an valid. Everyone is welcome to customize the theme for their own SEO best practices however.

    As for the Woocommerce product feed getting indexed, you will need to take that up with WooCommerce support as I don’t believe the theme has any effect on preventing WordPress SEO from doing its job there.

    The search form at the top is just using the regular WordPress search. It is ajaxed but I’m not sure how that would or should effect crawled behavior. If its causing an issue or you are worried about it then disabling it is your best bet.

    I’ll tag Peter and see if he knows why the search field is getting crawled.

    Best regards,
    Devin

    Hi!

    1.) Please add this on your custom.css or Quick CSS:

    .fixed_header #main {
    padding-top: 100px;
    }

    2.) You can move the sidebar to the right using this:

    #top #main .sidebar {
    right: -50px;
    border: none;
    }

    Cheers!
    Ismael

    This reply has been marked as private.
    #204870

    Topic: SEO

    in forum Enfold
    Imburr
    Participant

    Alright, I am developing a site for Virginia SEO, at https://www.virginiaseo.org

    I have been whittling away at content issues and such, and have finally got the site down to something that I would call optimized. I discovered a major issue over Christmas, and just discovered another major issue as well, which I will share:

    When you install WooCommerce into the theme, and you enable header bars with the title and breadcrumb, every product page has two H1 tags on it. This is a big no-no SEO wise as I am sure you know.

    This is what I did:

    Line 28 in archive-product.php in WooCommerce
    <h1 class=”page-title”><?php woocommerce_page_title(); ?></h1>

    Left This heading alone, since the product title is what I would like to be my H1

    Change line 274 in themes\enfold\functions-enfold.php

    ‘heading’ => ‘p’ //headings are set based on this article: http://yoast.com/blog-headings-structure/

    I changed this to P from H1, and then applied some re-sizing to it. the downside is that this change I made was site wide, so I had to go through all of my pages and manually add a H1 tag to the page.

    ————————

    My second issue I just discovered. I use Yoast SEO of course, and I have enabled the option to:

    Sitewide meta settings
    Noindex subpages of archives
    If you want to prevent /page/2/ and further of any archive to show up in the search results, enable this.

    And if you go to my pages, you will see the meta robots. But I plugged my site into Google webmaster tools, and look at what I am seeing:
    http://cl.ly/image/3F2S0o150f2b

    It seems Google is crawling the sort links and other links as well.

    Also while we are on the topic, I use a SEO tool called Raven SEO. They do a crawl of the site as well. I discovered that the TOP search button (The one in the shape of a magnifying glass) which is enabled in Enfold options was getting crawled as well. The result was 1000 failed listings of crawling pages such as site.com/product/s?=

    I solved this by disabling the header search feature.

    But all of these items are check marks against the site in my opinion- Google finding tons of 404 errors because it is trying to crawl a crazy sort link on the page is not right. I am going to go about blocking some of this stuff now with robots.txt… which is against my better judgement, I do not like to use robots.txt except in extreme circumstances.

    Thanks,

    Chris

    This reply has been marked as private.
    #204858

    Hi NaturaIntegrativeMedicine!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container { background-color: red!important; }
    #top .alternate_color.title_container .main-title a {
    color: white; }

    Best regards,
    Yigit

    Hey!

    1- I have just checked your website and it is working fine on my end. Please see screencast here http://www.screenr.com/3qIH,
    2- Can you post a screenshot and show how you would like to look?

    Regards,
    Yigit

    This reply has been marked as private.
    #204848

    Hello wise ones!

    There is a bar across the top of every page with the name of each page on it.
    For example, the bar with “About” on my page: http://naturaintegrativehealth.com/?page_id=1195

    How do I change the background of that bar. Specifically, I’d like to make the background an image that’s faded.

    Thanks for your insights.

    #204845

    In reply to: Off-centered Menu IPAD

    Hi!

    I cannot see any images on your Collections page and no, footer cannot be fixed. You should have enough content to keep the footer on the bottom or you can add following code to Quick CSS and adjust it as needed but frankly having more content is a better way

    .fixed_header #main {
    min-height: 1000px;
    }

    Justin we have started with centering menu and other questions came in. If your questions are not related with each other, please start new ones. It makes it easier for us and for other users who may have similar questions to follow. So i am going to close this one for now. If you have any other questions or issues, please start a new topic :)

    Regards,
    Yigit

    #204834
    Gillianrose
    Participant

    Hi
    I have written before, asking for help but you just gave me a link to a tutorial and closed my topic thread.
    Believe me, I have tried for weeks to get it working but cannot. So it seems you dont help for customisations.
    If you are not willing to assist can you please put me in touch with a developer who is willing to show me how to link a portfolio masonry display to a page instead of a post, all the while keeping the images in a relatively fixed size grid of 2 rows of 4 images all sized 220 x 146.
    You seemed to say in previous thread that it was possible to link to a page but I had to use a css.
    I have no skills with css in this regard, and the settings in your video tutorial, do not explain how to configure the right settings for my needs, I dont know which drop down fields to select, let alone know what css has to be added.

    My request is really quite simple: I want to create a grid with 2 x rows of 4 small images that stay small and do nothing except link to pages, in the fashion that is displayed in the Portfolio Masonry demo,
    Each image should not pop up or expand but when mouse hovers, allow for text to show – as per masonry demo, and then it should provide link to internal pages.
    Please look at this url http://www.atuawahine.com/wp/ … it is displaying two methods- at the top I have added a masonry gallery and I added 8 images with links to the required 8 pages. however, two things are badly wrong; the images are getting tiled repeating across page and there is no hover text.
    Looking at my above URL, the display below the messed up gallery is just a basic 4 columns with images, which I was able to link it to a page. However, it does not show text on mouse over, either, and when I view this site in a mobile, its hopeless because no one will ever know what the image is there for, nor what it links to. We didnt want to split the gallery up with fixed text blocks, we just want the portfolio masonry demo! Is that not possible?
    Thanks
    Gillian

    • This topic was modified 12 years, 2 months ago by Gillianrose.
    #204823

    Hey!

    Glad you figured it out! Let us know if you have any other questions or issues

    Regards,
    Yigit

    Hi Weka!

    can you post the link to your website?

    Cheers!
    Yigit

    #204821

    thanks, I was able to move it in the pretty photo java script file.

    #204820

    Hey SAdesignsUnltd!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    a.pp_close { top: -663px; }

    if that does not work, please post the link to your website

    Cheers!
    Yigit

    #204813
    SAdesignsUnltd
    Participant

    Do you know how to move the close button to the top right of the lightbox? I was able to hide the expand button. Not sure how to move the close button though.

    Weka
    Participant

    When scrolling a page (example image in link below), the images appear on top of the menu instead of below.

    (normal images work fine and stay under the menu, but the embedded flash images appear on top of the menu as it the page is scrolled)

    I’m using embedded images (using flash files) linking to PhotoShelter, e.g.

    <object width=”300″ height=”220″><param name=”movie” value=”http://www.photoshelter.com/swf/imgWidget.swf&#8221; /><param name=”allowFullScreen” value=”true” /><param name=”FlashVars” value=”i=I0000SlF0nw8FtQg&b=1″ /><param name=”allowScriptAccess” value=”always” /><embed width=”300″ height=”220″ type=”application/x-shockwave-flash” src=”http://www.photoshelter.com/swf/imgWidget.swf&#8221; allowscriptaccess=”true” flashvars=”i=I0000SlF0nw8FtQg&b=1″ allowfullscreen=”true” /></object>

    Any way to make the images appear under the top menu as the page is scrolled and not on top?

    Example link: http://www.tiikoni.com/tis/view/?id=1173d08

    Thanks

    #204752

    Its a hack to fix something that shouldn’t be happening. If it needs to be fixed within the theme then we would want to find the root and not just give out a bandaid.

    My guess at this point however is that it is probably related to the caching plugin set up. Looking at the web page test site you ran, the first one doesn’t have the issue but the second does: http://www.webpagetest.org/result/140102_ZP_481/

    #204750

    Hey David!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to remove Sidebar on single product page

    #top #main .single-product-main-image .sidebar { display: none; }

    Best regards,
    Yigit

    #204706

    Topic: Align flags and text

    in forum Enfold
    CloudChoice
    Participant

    Hello,

    I’m trying to create an alignment of flags and text like this page:
    http://www.apple.com/choose-your-country/

    Than i used a TEXTBLOCK with the Custom Css Class name: countries

    In the textblock i put something like that:

    I created a Quick CSS, like that:

    .avia_textblock.countries ul li>a {
    display:table;
    width:126px;
    color:#666;
    }
    .avia_textblock.countries ul li span{
    display:table-cell;
    width:86px;
    vertical-align:middle;
    }
    .avia_textblock.countries ul li span span{
    width:100%;
    *display:block;
    *position:relative;
    *top:-50%;
    }
    .avia_textblock.countries ul li>a:hover {
    color:#08c;
    }

    But the end result was considerably different. Do you have any suggestions?

    Thanks and a happy new year.

    #204698

    In reply to: Slide Out Menu

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    .bottom_nav_header #advanced_menu_toggle {
    top: 95px;
    }}

    Cheers!
    Yigit

Viewing 30 results - 135,601 through 135,630 (of 142,830 total)