Viewing 30 results - 99,121 through 99,150 (of 142,852 total)
  • Author
    Search Results
  • #596133

    Hey!

    Set the font size and weight of the price per unit with this:

    #top .price-unit, #top .price-unit span {
        font-size: 12px;
        font-weight: 300;
    }

    Cheers!
    Ismael

    Hi studiovene,

    I’ve never tried it myself but maybe this thread will help you along: https://wordpress.org/support/topic/downloading-wordpress-website-to-a-cd

    Regards,
    Rikard

    #596123

    Hi!

    Please add this in order to adjust the search bar:

    @media only screen and (max-width: 767px) {
    .avia-search-tooltip {
        box-shadow: none;
        top: 50px !important;
        margin-left: 0;
        width: 750px;
        position: absolute;
        margin-left: -575px;
    }
    }

    Create new css media queries for different screen sizes.

    Best regards,
    Ismael

    #596116

    Hey outlinesnl,

    As far as I know there is no functions like that built in to Youtube, videos are 2 dimensional. Are you using any plugins or custom code to achieve what you are looking to achieve? Please try to explain a bit further. Autoplay of videos on mobile devices is disable due to manufacturer limitations.

    Best regards,
    Rikard

    #596107

    In reply to: enabling breadcrumbs

    Hi,

    I don’t think any further actions should be necessary if your site is displaying breadcrumbs. Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #596099

    Hey!

    Please remove Color Section background image.
    Instead use custom class and add the background using CSS and adjust as you like.

    First enable custom class support and add class name "custom-bg-1" to the color section

    Add the below css in Quick CSS and you might have to tweak some CSS in mobile version.

    
    /* Color Section Bg Image*/
    .custom-bg-1 {
    background: #FFF url(https://www.potentialmatters.com/wp-content/uploads/2016/01/123rf-28387068-2560x933-smaller.jpg);   
    background-size: cover;     
    background-position:bottom right; 
    }
    /*Background in mobile version*/
    @media only screen and (max-width: 767px) {
      .custom-bg-1 {
    background-size: cover;     
    height:auto;
    background-position:topcenter; 
    } 
    }

    If it still don’t look right to you please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay Kashyap

    #596070

    Hi goldengate415!

    Thanks for reaching out to us.

    I noticed you asked this question in another thread as well but I will also give you the answer here.

    To have the background color show for all the icons like the Facebook icon using the CSS code, you have to edit the CSS for each icon separately. So the code for Twitter and Facebook would look like:

    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: ##46d4fe !important;
    }
    
    #top #wrap_all .av-social-link-facebook a {
        color: #fff;
        background-color: #37589b !important;
    }

    Doing this for the other icons will require you to know the background color for the icons as well. Let me know if you need further assistance.

    Best regards,
    Jordan

    #596067

    In reply to: Colorful facebook icon

    Hey goldengate415!

    To have the background color show for all the icons like the Facebook icon using the CSS code, you have to edit the CSS for each icon separately. For example, to use the code for the Twitter icon, you need to change the background color to the one used for the Twitter icon and change .av-social-link-facebook to .av-social-link-twitter. So the code would look like:

    #top #wrap_all .av-social-link-twitter a {
        color: #fff;
        background-color: ##46d4fe;
    }

    Doing this for the other icons will require you to know the background color for the icons as well. Let me know if you need further assistance.

    Regards,
    Jordan

    #596032

    Hey!

    From the above code snippet you provided, this line explains that you need to remove the comment tags from the code that corresponds to where you want the Add to Cart button to be shown. The lower part of the code should look like this to move the Add to Cart to the top:

    /*
     * TO MOVE THE TICKET FORM UNCOMMENT ONE OF THE FOLLOWING BY REMOVING THE //
     */
    
    // Uncomment to Move Ticket Form Below Related Events
    //tribe_etp_move_tickets_purchase_form( 'tribe_events_single_event_after_the_meta', 20 );
    // Uncomment to Move Ticket Form Below the Event Description
    //tribe_etp_move_tickets_purchase_form( 'tribe_events_single_event_after_the_content', 5 );
    // Uncomment to Move Ticket Form Above the Event Description 
    tribe_etp_move_tickets_purchase_form( 'tribe_events_single_event_before_the_content');
    tribe_etp_move_tickets_purchase_form( 'tribe_events_single_event_before_the_meta');

    Try the above and let us know.

    Regards,
    Jordan

    sparkzilla
    Participant

    Hi, this seems to be a common problem, but I don’t see a solution for it. I am working on a completely new install of Enfold (latest version). All I can see on the Page Builder area is a loading circle, and I cannot save anything new using the Enfold control panel. I am using a child theme.

    I have just reinstalled from a backup and the problem still exists. Please advise.

    #595998
    JimmyW1984
    Participant

    Hi,

    My website is all working great, but when I’m on mobile (ios) the text inside the main menu is not visible.

    It all functions fine (ie you can link through to all the pages), you just can’t see the text for each of the links. It could potentially be white text on white, but the menu text is green on the desktop / tablet version, so I don’t think it’s that.

    Have searched other threads and tried various bits of quick CSS, but nothing seems to work

    Thanks!

    #595992

    Thanks. I used the code that you provided for mobile and tablets. It seems to work now. However, for some reason it doesn’t look the same as in your screenshot. On my mobile phone (safari browser) and on my desktop computer (resized chrome browser window) the image/text doesn’t line up flush for each post (it shifts to the left or to the right as each blog post alternates): http://snag.gy/Oxh0D.jpg

    Please advise.

    #595953
    goldengate415
    Participant

    I am converting my site over to Enfold and for some reason two strange things are happening with blog posts:

    1. Featured image is displaying twice when you read the blog post. The posts include the featured image as part of the posts, then the post actually has a featured image set on the side bar. How do I handle featured images so the featured image does not display in posts or pages?

    2. My blog sticky post which worked on my old theme does not work on this theme… it is not “sticky” as first post in grid.
    blog link

    Thanks for your help… the legendary support is one of the main reasons I bought this theme.

    Rob

    #595947

    Hello, I have a basic demo with the shopping cart content. I have an icon in the my account link on the secondary menu. I have the secondary menu set as the main nav, top nav and I have it as a custom menu widget in the sidebar.

    The icon comes through on the main menu but displays the shortcode in the other 2. I’d like to use icons in the widget and top bar if possible.

    A way to do it in a child theme would be ideal. I’ve included the ftp and page link.

    Thanks Again
    Frank

    #595940
    mickfollari
    Participant

    Hi-
    I’m customizing a child theme to Enfold, as I have done many times. I need to edit the layout of the ‘blog posts’ widget in the Advanced Layout Builder. I know that the loop-index has the code for the individual posts, but my conditional is_front_page() doesn’t work in there. Maybe I need to add a global to the top of that file? but also I would like to know what file is calling that file. I looked in the shortcodes folder and some other templates. Some file is wrapping it with a div with class ‘template-blog’.

    Thanks. Mick

    #595929

    Hi!

    I added following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_mobile #top .av-parallax { position: absolute !important; }

    and confirmed on my iphone 5s that button works. Please review your website now

    Regards,
    Yigit

    #595873
    mouselab
    Participant

    I have moved my Enfold site from a sub folder to the root. Almost everything is working, and I have now only two problems left:

    1. Icons are not showing in Firefox and Chrome … somehow they show in Safari. Strange.
    Screenshot: https://www.dropbox.com/s/k8qrecnrnmia9g3/Screen%20Shot%202016-03-09%20at%2021.43.22.png?dl=0

    2. In the Settings > Permalinks control panel I see this error message in the top of the screen:
    Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/customers/6/b/f/2-k.dk/httpd.www:/customers/6/b/f/2-k.dk/httpd.private:/customers/6/b/f/2-k.dk/tmp:/customers/2-k.dk/2-k.dk:/var/www/diagnostics:/usr/share/php) in /customers/6/b/f/2-k.dk/httpd.www/wp/wp-admin/options-permalink.php on line 118 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/customers/6/b/f/2-k.dk/httpd.www:/customers/6/b/f/2-k.dk/httpd.private:/customers/6/b/f/2-k.dk/tmp:/customers/2-k.dk/2-k.dk:/var/www/diagnostics:/usr/share/php) in /customers/6/b/f/2-k.dk/httpd.www/wp/wp-admin/includes/misc.php on line 209
    Screenshot: https://www.dropbox.com/s/3iyxlmyk6k04rua/Screen%20Shot%202016-03-09%20at%2021.45.22%20copy.png?dl=0

    Please help … any ideas?

    Thanks
    Jesper

    #595870

    Hello,

    Yes, I understand that, but autoplay for computers it is possible. So, How can I get the autoplay for the computers?
    Thank you.

    Cheers,
    Alexia.

    #595861

    aFTER I INSTALLED WMPL ALL my produtcs stoped to show in the right URL. I made a video for the problem to be more easy to understand and I would like to send it to you. http://www.4shared.com/video/uVr_NDw-ce/tela_kriesi__1_.html

    I am also not being able to translate the following fields on ”deafult order” ”name” ”price” ”date” ”popularity” ”’display x products per page”

    #595826

    Hi Team Kreisi

    Did this feature request / query ever get resolved – or any custom code created?

    I too am trying to find a way to hide the logo & top nav bar on a smartphone (not tablet) until scrolling begins.

    Thanks

    Ben

    #595821

    Hey Angela!

    Please add the following CSS to the Quick CSS field:

    .sub-menu .avia-menu-text {
        color: #fff;
    }
    
    ul.sub-menu {
        top: 85%;
    }

    It should change the sub menu text to white and move it closer to the main menu.
    Regards,
    Jordan

    #595814

    Thanks, I was wondering if there is a way to emulate the right pointing arrows and the down pointing arrows, as seen in the mobile nav? In the mobile nav, the arrows are clickable, but that is not needed in the desktop version. I am just looking for the arrows to appear when there is a child page (left pointing) and down-pointing arrows for parents. This would help the navs look more consistent.

    #595808

    Thank you very much for your quick response Jordan .
    I wonder if you can see the image of the laptop in the section of the contact form, because I see only dark background .
    that way I can get the full menu at the top right of the demo? the image of the laptop missing in my media library.
    all this I ask , is explained in any document downloaded ? I do not want to disturb.

    thanks!

    zimbo
    Participant

    I want to reduce margin-top from 50px to 0px for a Special Heading.

    If I add this to my child theme then it works for the whole site.

    .av-special-heading {
    	margin-top: 0px;
    }

    However, I have set a Custom CSS class of ‘retweets’ on a Special Heading element on the home page so that I just target one specific heading, but using this code

    .retweets .av-special-heading {
    	margin-top: 0px;
    }

    does not work, the custom class is ignored and the margin-top returns to 50px.

    You can see the CSS class on this screenshot.
    Screenshot

    You can see the page here dev.henleyherald.com, it’s the Latest Retweets heading in the right column.

    Any idea why it’s not working?

    • This topic was modified 10 years ago by zimbo.
    #595790
    quantum_leap
    Participant

    Hi, I am using this thread to add a sixth widget column in the footer:
    kriesi.at/support/topic/6-columns-in-footer

    Even though the solution is for a different theme, it seems to work for enfold as wel. The only problem is that I want to customize it for the child theme only leaving the original theme source files alone. I have copied the footer.php to my theme folder succesfully but I have no luck copying the other two files included in the includes/admin folder(register-admin-options.php and register-widget-area.php). I have created a folder structure in my child theme like this: includes/admin and pasted the modified files but it doesn’t seem to work. I have also pasted the two files straight to the child theme root folder but that doesn’t work either.

    #595770
    goldengate415
    Participant

    I am wondering what the best way is to overlay custom text on a full screen photo, as in this page:

    http://82a.889.myftpupload.com/contact/

    I used Avia layout builder to insert:

    1×1 layout
    full screen slider
    google map

    The full screen slider doesn’t want to go inside the 1×1 layout, and if I don’t use the 1×1 layout, the image is compressed and does not scroll.

    Question: I am happy with the page as it is, but would like to (a) get rid of the white space between the menu bar and the image, and (b) find out how to move the text a little higher in the image and (c) find out best way to do this in the future – is there an easier way than how I have done it?

    Thanks!
    Rob

    • This topic was modified 10 years ago by goldengate415. Reason: fixed spelling of avia
    #595738

    Hi!

    Has this one resolved already – https://kriesi.at/support/topic/hide-categories-in-the-whole-site/#post-595732? :)

    Regards,
    Yigit

    #595702

    Hi,

    No such luck on stopping button and text animation when I paste in your code into the Quick CSS (under the General Styling options for Enfold). The Construction Demo uses the full-width Easy Slider… does that make a difference on the animation code?

    Thanks

    #595699

    Hi!

    You can add the following CSS in the Quick CSS field to stop the calculator icon from being cut off and to remove the animation on the pop up icons.

    /*Adjusts the height so that the calculator icon is not cut off*/
    .av-icon-on-hover .avia_button_icon {
        height: 1.2em !important;
    }
    
    /*Removes the animation from the pop up icons in the widget*/
    .avia_transform .avia_start_delayed_animation.av_font_icon {
        animation: none !important;
    }

    Regards,
    Jordan

    Thanks! That got them pushed together with no spacing. I had to add a -90px margin-top to get the top margin like i needed it but it is still missing the right and left side margin/spacing that is needed (see link). Here is the code I added so far.

    #home-hero .av_one_third {
    margin: 0!important;
    margin-top: -90px !important;
    width: 33.3%!important;
    }

    #home-hero .avia-image-container * {
    width: 100%;
    }

Viewing 30 results - 99,121 through 99,150 (of 142,852 total)