• Resolved boutiqueshops

    (@boutiqueshops)


    This is such an elegant theme, I love it! Thank you for making it.

    There are some changes I’d like to make but I don’t know how. Hopefully you can advise how to fix?

    — There are //’s before and after my post titles and these appear both on the front page as well as the single post page. Where can I remove these?

    –Where can I adjust the size of the featured image that appears on the front page? They’re displaying a little larger than I prefer.

    I imagine that the featured image displayed is affected by the size of the image on file. I can reduce these for sure, but I’d prefer to have a uniform featured image size on the home page.

    Any help with these questions would sure be appreciated!

    the site is here: http://boutiqueshops-magazine.com/

    Thanks!
    Sylvia

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    1. Those // are added automatically after the <span> tags in the header (categories, date etc.). For some reason, you have a plugin which outputs some more <span> tags before and after the title, and the theme assigns those //s to the spans. Two solutions: you either disable the plugin which is causing this, or you add the following code in a custom css plugin and loose all the /s :

    .entry-header span:after {
       content: '';
    }

    2. Maybe you can make a screenshot and show me exactly what you’re trying to achieve? There isn’t an option to change them but it can be done pretty easily with some code.

    Just realised that there is a way to keep your plugin, keep the / for the date, categories etc and loose the unwanted ones. Install this plugin and add this code in it:

    .entry-header span:after {
        content: '';
    }
    .entry-meta span:after {
        content: '/';
    }

    Thread Starter boutiqueshops

    (@boutiqueshops)

    Perfect! Thank you so much. The conflicting plugin is Infolinks. But I installed the css plugin and the code as you advised and it’s beautiful again. 🙂

    There’s nothing critical I wanted to accomplish with the images except have all the featured images that are on the front page be the same size (like the swimming girl picture).

    Some of the images I used were product images and they are all different sizes, so that’s probably what’s causing the problem. I will gradually change the images to more interesting photographs from Commons or Pixabay. I think that will do the trick. Espcially that GIANT apron! LOL

    Thank you so much for your help! This theme is stunning!

    Sylvia

    Well, you would need big enough images for them to look all the same. The theme won’t stretch them.

    A review and a rating would be appreciated 🙂 Also, if you could mark this thread as resolved.

    Thread Starter boutiqueshops

    (@boutiqueshops)

    Yes, that’s why I’m going to change the images over time. 🙂

    Will review and rate; marking resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I fix…’ is closed to new replies.