Forum Replies Created

Viewing 30 posts - 241 through 270 (of 826 total)
  • Author
    Posts
  • in reply to: Content Element Blog Post #128968

    Happens to the best of us. Enjoy the theme!

    Thanks,

    Nick

    in reply to: Secondary menu and affected changes #128532

    Excellent. I inspired you to reach for the stars and you have done it ;)

    Enjoy the theme!

    Nick

    in reply to: Problem migrating from Windows to Linux #129722

    Hi,

    Does WordPress allow you to do anything ? Can you add a plugin, change something in settings like permalinks or site name?

    How did you migrate the database?

    Thanks,

    Nick

    in reply to: Content Element Blog Post #128966

    Hi,

    It displays taxonomies for all post types it just doesn’t list which cpt they are from but it lists them correctly. In first drop down just select the taxonomy and in the box below will be listed all the terms of that taxonomy. Then you select the terms you want.

    http://www.clipular.com/c?10246079=jOc2dft0rEv4s4eY7xMYYv7Qa3Y&f=.png

    Thanks,

    Nick

    in reply to: blog post feature image #129382

    Hi,

    When you upload every single image, it is saved in 20 sizes (or however many sized you see in Settings > Media since it doesn’t know where you will use it, it saves it every possible way but keeps the original as well. So when you regenerate, it takes the original image you uploaded and makes an extra size which is new compared to first time it saved all 20 images.

    It adds to the end of each image it resizes the dimensions and saves the new image with the same name you uploaded it plus adds the dimensions at the end hello.jpg becomes hello.550×320.jpg for example plus how many other sizes the theme needs. When it resizes it checks database for the sizes used in the theme and compares them to the image files located in the folder by stripping the ends of the images which contain the dimensions 500×320 and compares that to the database, if different, it creates a new copy of the image with the new size and name and saves it.

    size of image is only checked against database name which you can see in Settings > Media that distinguishes each of the images. Name of Image is mapped to Location Name in Theme. So you can have every single image location be 550×320 and it will know exactly which images belong where.

    Rectangle is just a word used so we people can easily deal with it. You can call it a circle if you like or 34jkkjh, it makes no difference to the code, it will just map it. Kriesi named it rectangle but he could have called it puppy or x3333e.

    To use it properly , press the regenerate button and it will do everything for you. If it sees that there is already an image with that identical name and that identical size, it will skip, however you can not upload 2 different images with an identical name into the same folder, since the second image will overwrite the first.

    This is the power of wordpress, that there are thousands of these plugins that extend the functions of each theme. You should spend some time in the plugin repository, they got a lot of neat stuff there.

    Thanks,

    Nick

    in reply to: blog post feature image #129380

    Hi,

    I am gonna assume the size of your image that you want is 950width and 150 height. So change as appropriate


    Image Size on Main Blog Page.

    Ok . The instructions above that you followed would create the image size you want, but on the main blog page ,

    just need to follow one more step http://i.imgur.com/JvxGDYc.png

    Here you can see dimensions on the main blog page http://www.clipular.com/c?10253053=zR5ebPSB_qN2exkurXg8R_3Noxw&f=.png


    Instructions for Individual Blog Posts (image size)

    On the individual blog pages, i think the image size is set 180×180, correct? So you would need to go to Media > Settings and find where it says 180×180 and change it to 950×150. And looking on that page I see there is Square Size which is 180×180.

    1. Now change it to look like this http://www.clipular.com/c?10254053=SGwlS2E0lQX-vEP-h2NvIAcZ2xE&f=.png

    2. Then you need to regenerate like this: http://www.clipular.com/c?10182062=f2f4ilB119SKyxouKSLoeM_OaNw&f=.png

    3. Save (below regenerate button)

    4.You must add this css to /css/customl.css or it wont work.

    #top.single-post .small-preview {
    width:950px;
    height:150px;
    }
    #top .fullsize .template-blog .blog-meta {
    width:950px;
    }
    #top .fullsize .template-blog .post .entry-content,#top .fullsize .template-blog .post-title,#top .fullsize .template-blog .post .entry-content>* {
    max-width: 900px;
    }

    (if regenerate doesn’t work, then just delete the blog post image, and upload it again and it will be of the correct size. it means you don’t have enough memory and will have to re-upload the blog post images one by one. However it works almost always).

    Here is how it looks for me now resized: http://www.clipular.com/c?10247086=2szwOylwNrX5oZgEMqHfLbowhtQ&f=.png

    Thanks,

    Nick

    in reply to: loop-index.php in child theme #129127

    Hi,

    Yes, most tutorials leave that part out, but if you think about since technically you can make a copy of the parent and dump it into the child that would work while dumping all the files into the root child folder may have problems if every file of the parent in different folders is called ‘índex’. Of course that would be a bad idea since that’s extra overhead. But the idea is same. To override an image, just drop the new image in the same file structure creating empty folders till you get far enough where the image is located in the structure to add the new image.

    If you have other questions, always feel free to ask them,

    Thanks and enjoy the theme.

    Nick

    in reply to: Problems displaying website #129509

    Hi,

    I don’t see any blog posts or footer problems using latest Chrome on Win7. I reloaded the http://re,,,,.com/hello-world/ page 10 times and clicked around the site using IE and all looks the same as on Chrome. I can’t reproduce what you describe and since nobody else is experiencing this, the plugins are responsible or whatever customization you added.I would get a fresh version of the theme. Reinstall WordPress Core, clean out the database, and slowly add everything back , one step at a time.

    Lazy loading is causing that little image to the left of the title here http://www.clipular.com/c?10244042=cJCmL8KO66n2yBZTs3VpcyIepjA&f=.png

    At the bottom of the homepage that popup can’t come up since it is triggered further down so that causes a little problem that you can never reach the bottom of the page. That’s the only thing i see. As you can tell by above image, all else looks fine.

    Thanks,

    Nick

    in reply to: Portfolio sorting based on tags not on categories? #129313

    Hi,


    You wrote: “for one new brands I have to change all other items in the main-category” .. Please explain why. Show me the brands and how you have this arranged because from what you are describing there is no need to change anything in your scenario.


    Solution 1: Create categories like this Brand-X (Children) Brand-X (Women) etc.. So this way you can have one page showing men, women, children together if one brand of shoes for men women children.

    Solution 2: You can create a meta-field for the portfolio page (an input box) , So that when you add portfolio items you can add a second characteristic in there (the brand).

    I think that creating a new taxonomy (tags) for portfolio and then creating a secondary sorting mechanism is a serious and time consuming project which is outside the scope of the support team. You would need to get a freelance developer to help you with this. I would suggest https://codeable.io/

    Thanks,

    Nick

    in reply to: Big problem of menu display with Chrome (Win XP) #128228

    Hi,

    Sure. No problem. Thanks to you I installed virtual box and now have Windows XP with IE8 to test which I wanted anyhow. Enjoy the theme!

    Thanks,

    Nick

    in reply to: Secondary menu and affected changes #128530

    Hi,

    There are 5 headers. 3 of them have two menus.

    Thanks,

    Nick

    in reply to: Header Margin #129411

    Hi,

    Please add this css to you /css/custom.css file OR to Quick CSS located in enfold > (theme options) > layout styling at the bottom of the page: (change 50px

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

    Thanks,

    Nick

    in reply to: blog post feature image #129378

    Hi,

    The best way to go about it, is to first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.

    Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings Media. Don’t forget that images scale down, so always upload images bigger (or the same) as the constraints you set in Settings > Media (with the plugin) or you will get blurry (stretched) or incomplete images.

    You can add your custom image size to use by following this tutorial but fpr the last part where instead of gallery you would add blog image. https://kriesi.at/support/topic/how-to-change-size-of-featured-image-in-portfolio-item-page-and-disable-lightbox#post-123789

    Thanks,

    Nick

    in reply to: Portfolio sorting based on tags not on categories? #129311

    Hi,

    What would be the benefit of that since categories are the same as tags except that category can have children and parent categories. You can change categories to behave as though they are tags. by taking away the ability to have parents/children.

    Thanks,

    NIck

    Hi,

    Please create an illustration explaining what you want to do and please refer to a specific page in your website that you are describing.

    Thanks,

    Nick

    in reply to: Footer doesn't display in blog #128620

    Hi,

    I am not sure what you are asking in the last post. Was it a mistake creating a blog? I can see your blog page and it works. Please explain and if you can illustrate the problem.

    Thanks,

    Nick

    in reply to: Dropdown menu dissapeared #129297

    Hi,

    Without seeing the page, there is no way to answer this. Please provide a URL.

    Thanks,

    Nick

    in reply to: Space above single testimonial inside layout column #129173

    Glad that Ismael fixed the issues. Enjoy the theme!

    Thanks,

    Nick

    in reply to: Changes to Blog Page #129281

    Hi,

    Please provide a URL to the concrete page(s) in question. Since there are so many ways to customize this theme, and with a number of updates already released, -there is no sure way for us to provide you with a reliable answer without first looking at the code.

    Your best bet is to mask the link using http://www.goo.gl or show a page on the demo site which displays the behavior. However. a screenshot alone would no be very helpful since we need to see the html/css/js code particular to your situation in order to provide a meaningful solution.

    Thanks,

    Nick

    in reply to: White space disappears when I publish #129132

    Hi,

    View source , and in header you can see something like this below. This tells me s/he has 256M

    <!--
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 1.7
    Installed: enfold
    AviaFramework Version: 1.7.8
    AviaBuilder Version: 0.2
    ML:256-PU:40-PLA:7
    -->

    Thanks,

    Nick

    in reply to: Reduce fotter size – reduce space left of sidebar #129030

    Hi,

    you have a javascript error coming out of the piece of inline code you added for people with old browsers above the </header

    You need to change your line

    var $buoop = {vs:{i:8,f:15,o:,s:5,n:9}}

    to

    var $buoop = {vs:{i:8,f:15,o:10.6,s:5,n:9}


    To change the height , here is css

    #footer {
    padding: 0px 0 0px 0 !important;
    }
    @media only screen and (min-width: 768px){
    div .av_one_third {
    height: 180px;
    }}
    #socket .container {
    padding: 5px 0;
    margin-top: 15px;
    }

    Please add it to your /css/custom.css file

    Thanks,

    Nick

    in reply to: Problems displaying website #129507

    Hi,

    Please uninstall jetpack and keep it uninstalled for a bit, clear your browser cache and see how it feels. You also have some popup plugin . but I hope jetpack will be the one.

    Thanks,

    Nick

    in reply to: How to change email sender name #126849

    Hi,

    I installed Outlook 2010 and sent an email. Using my last instructions.

    Please take a look : http://i.imgur.com/DE67EIS.png

    Here is how it looks in Gmail. http://www.clipular.com/c?9133179=32xoCQzQl_Qjo5vLZACwnGHBAWY&f=.png

    I am not an expert on Outlook settings so am not sure what yours are. Perhaps you can test it with a different outlook on a different computer?

    Thanks,

    Nick

    in reply to: Page Flashes Background – when selecting Navigation #129373

    Hi,

    Have you added this? Try to remove it and see if anything changes.

    .main_color {
    background: #FFF url(https://www.naturaloutlook.com/wp-content/uploads/White_Pixel.gif) top left repeat fixed;
    }

    Thanks,

    Nick

    in reply to: Enfold search box position #128922
    in reply to: Reduce fotter size – reduce space left of sidebar #129028

    Hi,

    Without seeing the pages in question there is no way for us to provide the css you need to fix the problems. There are a number of ways to build the footer and there are multiple page layouts and the css will need to be slightly changed for each variant. You can mask your url if you wish using http://www.goo.gl

    Thanks,

    Nick

    in reply to: White space disappears when I publish #129128

    Hi,

    Instead of using <b] use <strong]. They are pretty much the same thing but strong is more semantic so the googlebot gets all warm and fuzzy when it sees that.

    Your WordPress memory is too low , i see its set at 64. Boost it to 128M by adding this to wp-config.php file in the main wordpress folder. You can add it somewhere in the first 15 lines.

    define('WP_MEMORY_LIMIT', '128M');

    Thanks,

    Nick

    in reply to: loop-index.php in child theme #129124

    Hi,

    Did you add it to the root child theme folder or have you created a loop folder and added it in there?

    Thanks,

    Nick

    Apostelman,

    The best way to go about it, is to first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.

    Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings > Media. Don’t forget that images scale down, so always upload images bigger (or the same) as the constraints you set in Settings > Media (with the plugin) or you will get blurry (stretched) or incomplete images.

    Use this plugin , believe me it will make your life a lot easier.

    Thanks,

    Nick

    Hi siobhan13,

    Very strange. Haven’t seen that before. You can try Yoasts’ analytic plugin. There are also quite a large number of different analytic plugins both free and premium , so in this area you are not short on alternatives.

    Thanks,

    Nick

Viewing 30 posts - 241 through 270 (of 826 total)