Forum Replies Created

Viewing 15 posts - 451 through 465 (of 465 total)
  • Author
    Posts
  • in reply to: Facebook follow button #328788

    Hey!

    It is working. It is hidden behind hellobar iframe.

    See below

    If you want to make it appear over the hellobar, perhaps try positioning the fb iframe absolutely and play with the z-index.

    Regards,
    Arvish

    in reply to: Question about the demos ? #328765

    Hi dsgnerfw!

    All versions are derived from the default enfold theme and customized accordingly to give you those themes.

    You can install a parallel version of any demo and copy any additional CSS(if any).

    Cheers!
    Arvish

    in reply to: Can can we delete the demo data? #328761

    Hi Heng!

    Thank you for using Kriesi themes.

    You can delete demo data by following these steps.

    1. Delete all posts
    2. Delete all post categories
    3. Delete all pages
    4. Delete all menus
    5. Delete all images in the media library
    6. Delete all custom widget areas.

    Best regards,
    Arvish

    in reply to: Color Section Bug #328757

    Hey Martin!

    Thank you for using Kriesi themes.

    Could you please elaborate on this glitch. It would be great if you could point it out on the screen shot as well.

    Best regards,
    Arvish

    in reply to: Full hight doesn't work #328749

    Hi quicky2000!

    1. Responsiveness of a theme has more to do with the display width.

    margin-top affects the height of the document which results in increase or decrease in the document height, which is not a factor that affects responsive designs.

    2. Add the following code to the Quick CSS textarea in the Enfold Theme Options or custom.css to remove the border when scrolling

    #header{
       border-color:transparent;
    }

    Cheers!
    Arvish

    in reply to: Problem with link post / grid format #328742

    Hi!

    Try this:

    1. Remove

    .slide-meta {
    display: none;
    }

    2. Add this instead

    .slide-meta-comments, .slide-meta-del{
    display:none;
    }

    Regards,
    Arvish

    in reply to: Problem with link post / grid format #328729

    Oops! :)

    Thank you for the pointing that out. Glad it worked out for you.

    Cheers!
    Arvish

    in reply to: Problem uploading images #328722

    Hi!

    Just had a look at your site and tried creating a post and uploading an image.
    There definitely seems to be an issue but it is not the theme. You can try changing the theme and try posting.
    I notice that previous posts not so long ago were taking images without issues. Is there any plugin you installed or changes/upgrade you made to wordpress recently?
    Third party plugins can interfere with the theme . Try disabling third-party software/plugins before trying again.

    Regards,
    Arvish

    in reply to: Problem with link post / grid format #328716

    Hey!

    Try adding the following in the Quick CSS or custom.css to hide the tiny URL displayed.

    slide-entry-excerpt{
         display: none;
    }

    Best regards,
    Arvish

    in reply to: Facebook follow button #328704

    Hi!

    1. Go to the code generator here
    2. Click Get code and select the iframe tab
    3. Copy the code and add it to a code block in your page
    Example code

    
    <iframe src="//www.facebook.com/plugins/follow.php?href=https%3A%2F%2Fwww.facebook.com%2Fzuck&width&height=80&colorscheme=light&layout=standard&show_faces=true&appId=682368698498023" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>

    4. Check the “Output the code without any additional wrapper elements.” in the code block settings

    Regards,
    Arvish

    in reply to: HTTP Post #328698

    Hey miketica!

    Could you forward me the PHP script and the URL you wish to send the POST request to and tell me which plugin you’re using to add PHP code to wordpress pages.

    Regards,
    Arvish

    in reply to: How to change text for Social Icon Header #328695

    Hi ojasray!

    The best solution would be to use Jquery’s .removeAttr() to remove the title attribute from the icon’s html.

    Add the following to your custom js file or create one using the instructions here

    (function($) {
        $(document).ready(function() {
            $('.social_bookmarks li a').removeAttr('title');
        })
    })(jQuery);

    Cheers!
    Arvish

    in reply to: I'd like to add a directory #328651

    Hey Amy!

    I’ll have a better idea of the help you need if you forward me with a link to your project.
    Alternatively, a screenshot and a rough mockup of what you want to achieve will be useful.

    Best regards,
    Arvish

    in reply to: Maps anpassung #328464

    Correction:

    The overflow seems to be on .avia-google-map-container .gm-style-iw instead.
    Try the following and see if it works:

    .avia-google-map-container .gm-style-iw{
    overflow:hidden !important;
    }
    in reply to: Maps anpassung #328456

    Tried your link. I’m running Win 7 and issue occurs only on Google Chrome as far as I tested.
    Try the following:
    .avia-google-map-container .gm-style-iw > div{
    overflow:hidden !important;
    }

Viewing 15 posts - 451 through 465 (of 465 total)