Forum Replies Created

Viewing 30 posts - 24,961 through 24,990 (of 25,536 total)
  • Author
    Posts
  • in reply to: Anchor link won't entirely work #708893

    Hey Kurt,

    It actually goes to the title however the floating header is blocking it, try replacing the anchors from
    <a name="LucasIssues"></a>
    to:
    <p class="anchor-wrap"><a name="LucasIssues"></a></p>
    And add this to Quick CSS (located in Enfold > General Styling):

    
    p.anchor-wrap {
        position: relative;
    }
    
    .anchor-wrap a {
        top: -228px;
        position: absolute;
    }
    

    Let us know if it works :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: Read More not functioning #708890

    Hey webcrab,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Customise single product pages #708885

    Hi,

    Sorry about that, I have fixed the code I have given above, can you try to check it out.

    Best regards,
    Nikko

    in reply to: Animation's issues #708883

    Hi,

    Can you try to clear all cache then disable it, let us know if it fixes the issue.

    Best regards,
    Nikko

    in reply to: How to update LayerSlider WP #708879

    Hi,

    Kindly remove these codes:

    .page-id-255 #footer h3.widgettitle {
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 1.1em !important;
        font-family: 'Droid Serif', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    and this one:

    .page-id-143 #footer h3.widgettitle {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 1.1em !important;
    font-family: ‘Droid Serif’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif !important;
    }

    And replace it with

    #footer h3.widgettitle {
        border-style: solid;
        border-width: 1px;
        border-left: none;
        border-right: none;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        font-size: 1.1em !important;
        font-family: 'Droid Serif', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        margin-bottom: 15px;
        padding: 10px 0;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Text for promo box above button #708872

    Hi,

    I could not see the button in the screenshot, I could still see the text but I think you have already replaced the button with this text: “visit the GET STARTED page.”. Let us know if you still want to achieve the Get Started button below the text.

    Best regards,
    Nikko

    in reply to: how can i bring the text to center #708871

    Hey alexanderjohannes,

    Kindly add this code to Quick CSS (located in Enfold > General Styling):

    .page-id-434 #av_section_2 .av_textblock_section {
        text-align: center;
    }
    
    .page-id-434 #av_section_2 .av_textblock_section h1 {
        margin: 0;
        padding: 2px 10px;
    }

    The first code block centers the text, while the second block is for the text background height, just adjust the padding values 2px is for top and bottom while 10px is for left and right padding. Just adjust as you see fit. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Customizing the Author Name and Updated on date #708870

    Hey!

    I apologize for that mistake on my part. I have modified it and it should be in the correct format. If it’s all good please change your password :)

    Cheers!
    Nikko

    in reply to: Google Maps Error "Oops! Something went wrong" #708866

    Hey bregaboris,

    Upon checking your site, I found this error:

    Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error

    Look for this error RefererNotAllowedMapError in https://developers.google.com/maps/documentation/javascript/error-messages

    Hope this helps.

    Best regards,
    Nikko

    in reply to: main menu submenu like this #708865

    Hey krummnagel,

    You might want to check this thread: https://kriesi.at/support/topic/horizontal-drop-down-menu/

    Best regards,
    Nikko

    in reply to: Fitting Fullscreen Background Image On All Devices #708863

    Hi,

    There are a lot of screen resolutions used depending on the device, you might want to check it here: http://stephen.io/mediaqueries/
    Use the maximum width size for the image, for example if you use @media only screen and (max-width:767px) you can use an image with a width of 767px, that would be the best image size. Hope this helps :)

    Best regards,
    Nikko

    Hi,

    There are three different locations for the 3 steps in the link you provided:

    Step 1) Add HTML: Create a page and add a Code Block and insert the code there and Publish the page.
    Step 2) Add CSS: Go to Enfold > General Styling > Quick CSS and put the css code there. The css might need to be modified a bit so it doesn’t conflict with the css classes currently used in Enfold.
    Step 3) Add JavaScript: Go to Appearance > Editor > open functions.php and add this code:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    JAVASCRIPT_CODE_HERE
    </script>
    <?php 
    }
    add_action('wp_footer', 'add_custom_script');
    

    Replace JAVASCRIPT_CODE_HERE with the javascript code there. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Height of easy slider when on mobile #708669

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Ipad Portrait Rendering #708668

    Hi,

    Yes, it should. What the code I gave do is to make the 2 columns become 2 rows (1 column), the Information (title) should be on top and the content bottom. Let us know if you applied the code, if it doesn’t work kindly provide a temporary admin access.

    Best regards,
    Nikko

    in reply to: Icon not centered on iconbox after making it larger #708666

    Hey esemisanx,

    Kindly add margin-left: -45px in your code, it should look like this one:

    .iconbox_top .iconbox_icon {
        font-size: 45px!important;
        text-align: center;
        height: 60px;
        width: 60px;
        line-height: 44px;
        top: -34px;
        margin-left: -45px;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: SUB-HEADING FONT CUSTOMIZE #708665

    Hi,

    Yes, it’s the right one, I see your code taking effect except the font size, try to add ! important, your code should look like this:

    .av-subheading {
       font-size: 23px !important;
       text-align: left;
       line-height: 1.6em;
       font-family: ‘montserrat’;
       color: # 747474;
    }

    Let us know if it helps :)

    Best regards,
    Nikko

    in reply to: Maximum items in avia editor #708663

    Hey borkent,

    Can you post a screenshot on this:

    I have noticed that the avia editor shows a maximum of 4000 posts

    There’s no limit defined in the theme but it depends on webhost’s limitation.

    Best regards,
    Nikko

    in reply to: Footer Menu Styling #708662

    Hi,

    The images you uploaded could not be seen, you can just post the link like:
    Current Footer – http://imgur.com/NNZgJEH
    Desired Footer – http://imgur.com/iNPkKEA

    From what I see you set Footer Columns to 1 and put a lot of shortcodes in the text widget. Can you try to do this instead, add the Subscribe to Newsletter in each page, then set Footer Columns to 4, then in each Footer Column add a widget. Hope this helps.

    Best regards,
    Nikko

    in reply to: Problem with changing styles when slider is deleted #708661

    Hey KK,

    Can you post a link to the page that has the issue? also can you post a screenshot what it looks when there is a slider and when the slider is removed?

    Best regards,
    Nikko

    in reply to: Submenu background and hover colors #708660

    Hey image2site,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #top #wrap_all .av-main-nav ul.sub-menu > li > a {
        background: #54600f !important;
        border-color: #54600f !important;
        color: #fff !important;
    }
    
    #top #wrap_all .av-main-nav ul.sub-menu > li > a:hover {
        background: #a5a5a5 !important;
        border-color: #a5a5a5 !important;
        color: #54006f !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    Hey connect4consulting,

    Try to check on this thread: https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/

    Best regards,
    Nikko

    in reply to: Change Portfolio Sort Order On Each Page #708657

    Hey Felix,

    I don’t think changing of sort order for portfolio entries for subpages can be done. However I think showing of different categories in different subpages is very much possible, you just need to use Portfolio Grid and select a particular category for each page. Hope this helps :)

    Best regards,
    Nikko

    Hi hacart,

    Thanks for your patience. I have looked into your backend and everything seems to be clear, no js errors or anything that I notice.

    You have mentioned the following:

    when I create a new form it still has a pre-saved format (which I didn’t create) but is still modifiable. Then when I try to change the the form that actually matter, the changes are reflected but don’t last. If I add big changes, they work, but the bloody text onthe forms just won’t change and I’ve also wasted lots of my time dealing with it. This is seriously driving crazy and I haven’t attempted any other solution cos’ I dont know what theme to delete (parent or child) in the fist place?

    If I’m not mistaken you are referring to the Contact Form of the theme like the one in the link (private content), and you mentioned the text on the forms which is the label? I have tried modifying it and reversing my action, it seems to work properly. Can you guide me maybe what steps you take where no change is happening even if you changed it.

    Best regards,
    Nikko

    in reply to: Blog Style Layout with Big Preview Pic #708655

    Hi Pelyon,

    I tried to take a look at your site but it only shows this:

    The website you are visiting is currently offline due to system maintenance.

    In order to give the best filesystem performance possible, and to ensure the
    integrity of data, a diagnostic process is being performed, and any inconsistencies
    will be repaired. This process may take approximately 30 to 60 minutes.

    if it’s online, try to add this code in Quick CSS (located in Enfold > General Styling):

    .big-preview.single-big {
        float: left;
        margin-right: 4%;
        width: 46%;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Masonry gallery won't allow me to select images from media #708654

    Hey!

    We apologize for the delay, there have been much queries lately.

    Portfolio Grid doesn’t have that option to add images, it fetches the images that are on Portfolios. Can you try to use Gallery or Masonry Gallery which is under Media Elements tab, it would allow you to select images. Hope this helps.

    Best regards,
    Nikko

    in reply to: Customise single product pages #708650

    Hey fanlokbun,

    Try to add this code in functions.php:

    add_action( 'woocommerce_after_add_to_cart_button', 'addtocart_button_func' );
    function addtocart_button_func() {
            echo '<div class="my_phone_number">XXX-XXXX</div>';
    }

    Just replace XXX-XXXX with your phone number. Let us know if it works :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: Empty cells not equal height in pricing table #708644

    Hi Heathcliffe,

    I’m very sorry for that, can you post a link to your site with the issue? so we can inspect it and help you fix it. You can post it in Private Content section so only moderators can see.

    Best regards,
    Nikko

    in reply to: Adding Avia Elements to Woocommerce archive-product.php #708631

    Hey Elena,

    Try to place your shortcode inside this code:

    <?php echo do_shortcode("SHORTCODE_REPLACE"); ?>

    replace the SHORTCODE_REPLACE to your shorcode and place it in-between the lines of codes you have posted. Hope this helps :)

    Best regards,
    Nikko

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Animation's issues #708625

    Hey Fabio_Torazzi,

    I’m not really sure what’s the problem, I tried to check the page and see the last icon (i) and when hovered there’s a bubble with this text “Per Info”. Can you elaborate more on the problem.

    Best regards,
    Nikko

Viewing 30 posts - 24,961 through 24,990 (of 25,536 total)