Forum Replies Created

Viewing 15 replies - 286 through 300 (of 414 total)
  • I am glad that you were able to sort it out.

    You are welcome!

    You are very welcome! If you would like, I can help you make the modifications.

    If you need any more help, just drop a line here.

    Have a nice day!

    Balint

    I have modified the style.css file of the theme. For the long run, the best way is to create a child theme, and add those modifications inside the child theme, it should work just like this.

    Balint

    I have to admit that it is a little bit set up differently, but it can be done, trust me 🙂 . I have changed some element colors just for demonstration, take a look:

    http://d.pr/i/J2M4Screenshot

    Greetings,
    Balint

    You are welcome! If you need any more help, just post your questions here.

    Have a nice day!

    Greetings,
    Balint

    Hello!

    I have installed this theme on a test WordPress installation to check this for you.

    You have some predefined color schemes which you can try out at Appearance->Supernova Options->Styling. But if you cannot find the one which suits your needs, it is a relatively easy task modify a style to your needs with some custom css coding. If you would like this, I am here to help you, and if you can provide a link to your site and the colors what you would like, I am happy to do the modifications for you.

    Greetings,
    Balint

    Hello!

    The best and in my oppinion the easiest way of hiding these elements is with the use of css rules in a child theme, I am using this technique on my site, and it is really fast.

    Please create a child theme following these instructions:
    codex.wordpress.org/Child_Themes

    After that, please insert the css code below to your child theme’s style.css file:

    .actual_post_author {
      display: none;
    }
    
    .post .metadata {
      display: none;
    }
    
    .no_comm_single {
       display: none;
    }

    This should solve this issue. I have took the liberty and I have tried it out on your site locally (meaning that the changes are appearing only on my machine): http://d.pr/i/VdXd
    I would like just to add, that in order to hide the comment section, you will have to disable the comments just as you have did with this page.

    If you need any more help or have additional questions, just drop a line here and I am happy to help.

    Greetings,
    Balint

    I am glad that you were able to sort it out. If you need any more help, we are were to assist you.

    Have a nice day!

    Greetings,
    Balint

    Hello!

    I am not sure what you are referring to, but I would like to help. In most situations, the date displayed which is set in the post editor. There you can click on edit, and change the date. I wordpress shows that date.
    Here is a screenshot: http://d.pr/i/mw9F

    But your theme most likely sorts the posts in order of the publication time, so don’t be surprised if the post order has changed.

    If you would like to change the date format how the post publication dates are appearing, you can set it easily inside WordPress Dashboard at Settings->General, here: http://d.pr/i/zOJT

    Greetings,
    Balint

    Hello!

    I am not sure if this is the solution you are searching for, but the Yoast SEO plugin has an option where you can set site-wide the page title, similarly to what you would like to achieve.

    Greetings,
    Balint

    Hello!

    If you could provide a link to your site, and describe in a little more detail to what you would like to change it, I am happy to help you!

    Greetings,
    Balint

    Hello!

    It is possible to deactivate the theme with these steps:

    With an FTP software, you have to open your WordPress site’s files, and open wp-content/themes/. There you should see the theme’s folder, and hopefully at least other theme’s folder.
    You just have to rename the theme’s folder name from creativemag to creativemag-bad or whatever. The principle is that if WordPress is unable to find the theme files, it will fall back to other theme. I hope this helps.

    Greetings,
    Balint

    Hello!

    If you would like to hardcode it into the theme, meaning that there is no settings page inside the WordPress Dashboard where you could change this later, than here you go:

    <div id="copyright-wrap">
        <div id="copyright">
        &copy; <?php echo date('Y'); ?>  <?php bloginfo( 'name' ) ?> - Reviews and Ratings of Electronics - All Rights Reserved.
        </div>
        <!-- END copyright - theme by WPExplorer.com -->
    </div><!-- END copyright-wrap -->

    I should mention, that you should always make this kind of changes inside a child theme, because if you update your theme or WordPress, it is most likely that this modification will be lost. You can find a very good detailed instruction page here: codex.wordpress.org/Child_Themes

    I hope this helps. If you have any more questions, just drop a line here, I am happy to help.

    Greetings,
    Balint

    Hello!

    I have checked your site and it looks like that because of some style modifications the responsiveness (it means that the page layout changes somewhat if the visitor’s web browser window is smaller than the usual desktop computer display size).

    Regarding the header menu, here is the necessary css code that solves the wrapping to some extent (You should always put your css modifications in a child theme, you can find detailed instructions on how to create one here: codex.wordpress.org/Child_Themes)

    .top {
      width: 100%;
    }
    
    #menu {
      min-width: inherit;
      width: 100%;
    }
    
    .topnav li {
      padding-left: 15px;
      padding-right: 15px;
    }

    Let me know if this helps.

    Greetings,
    Balint

    Hello!

    I think for this you would have to modify some php and css files in the theme to add the flags. It is a really easy thing to do, but unfortunately on WordPress.com you do not have the option to make direct edits to your page.

    Could I ask, how would you like to create the content of the different languages? You have separate installations for every language, or you want every content inside one WordPress site?

    Greetings,
    Balint

Viewing 15 replies - 286 through 300 (of 414 total)