livemesh

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 850 total)
  • Author
    Posts
  • in reply to: Home button #2244
    livemesh
    Keymaster

    Have created a custom WP menu in the Appearance->Menus page which meets your needs. You can now change the titles too if you so desire. Thanks.

    in reply to: How to edit and assign blog thumbnails #2242
    livemesh
    Keymaster

    Looks like for your requirement, the following CSS will do. Thanks –

    .single-post img.featured { display: none; }
    

    or just

    .single img.featured { display: none; }
    

    You can insert the CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file.

    in reply to: A quick question #2237
    livemesh
    Keymaster

    You should be able to edit most of the content in the visual editor. While I try to create shortcodes which involve “complex” markup, converting everything into shortcodes is something that limits the user’s ability to customise content and can make your code too much dependent on the theme you load. While you can use the visual editor most of the time when editing a page, some times you may want to switch to html editor(or text editor as seen here) as seen here –

    http://lorelleteaches.com/2012/10/25/how-to-add-html-in-a-wordpress-blog-post/

    to better control the content. You should never have any problems editing the code in the HTML editor at least. If you have issues, pls reply as a private message here with the site URL and a temporary login to the WordPress dashboard and I can take a look. You may also email me the same (see bottom right box in my profile page).

    in reply to: Toggle Sort Code #2231
    livemesh
    Keymaster
    This reply has been marked as private.
    in reply to: Different font for menu and body #2227
    livemesh
    Keymaster

    Yes certainly possible. Pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file –

    /* To change the font for the navigation menu */
    #primary-menu > ul.menu > li > a { font-family: Arial /* or whatever */ }
    
    /* To change the font of the menu items you see in the dropdown */
    .dropdown-menu-wrap ul.sub-menu li a { font-family: Arial /* or whatever */ }
    

    Pls follow the instructions for import of the fonts as provided by your font source like Google fonts site. Hope this helps.

    in reply to: primary menu & error in footer #2226
    livemesh
    Keymaster

    I checked the content and it looks solid, no unclosed divs etc., at least not on the portfolio page I checked where the error is shown. From my research, I see that in most cases, this error occurs when your .htaccess file in the root folder is configured incorrectly. The error should resolve itself on the new installation. I can give a try at resolving this for you if you send me a temporary login to the WordPress dashboard, along with a temporary FTP access to this site so that I can debug this for you. You may also email me the same (see bottom right box in my profile page). Thanks

    in reply to: A quick question #2224
    livemesh
    Keymaster

    Yes, it is certainly possible and I know it can be really frustrating to rebuild the site all by yourself. We provide entire set of data that powers our demo site so that when you import the file provided in WordPress Admin, you can replicate the demo site exactly like what you see on the preview site. Pls have a look at the videos here for help. Let me know if you need further help –

    https://www.livemeshthemes.com/support/faqs/how-to-setup-theme-and-revolution-slider-in-10-min/

    There are other videos too here –

    http://www.youtube.com/channel/UCgI4wSJ0TDigLHzyVORWo8g

    in reply to: Center client logos? #2222
    livemesh
    Keymaster
    This reply has been marked as private.
    in reply to: How to change the Portfolio info sidebar title? #2221
    livemesh
    Keymaster

    You can find this string in the file single-portfolio.php at line number 53. If your installation is set to a different language then English, you can use the po/mo files in the languages directory too to make this change. Thanks.

    in reply to: Home button #2220
    livemesh
    Keymaster

    Can you pls reply as a private message here with the site URL and a temporary login to the WordPress dashboard and I can take a look. You may also email me the same (see bottom right box in my profile page).

    I will setup the links in the menu just as you desire (will have the other Home link removed and will have in-page navigation in place).

    in reply to: Toggle Sort Code #2216
    livemesh
    Keymaster

    We are missing the image files for the skin chosen by you due to oversight on our part. I have attached two files that you need to place in the /css/skins/cyan folder (since you have chosen the cyan theme for your site). Will ensure these become part of the next update coming this week. Thanks for bringing this to my attention.

    in reply to: featured-sources a little bit darker #2215
    livemesh
    Keymaster

    I was not sure if you are referring to the whole page itself (with many sections). If you are planning to change it, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file –

    #container, #header {
    background: #e5e5e5;
    }
    

    There is an option in the theme options to do this as well under backgrounds tab.

    in reply to: Image Opacity #2213
    livemesh
    Keymaster

    You can use the rgba syntax –

    http://css-tricks.com/rgba-browser-support/

    for changing the hover opacity as shown below. Thanks –

    .image-info {
    background: rgba(70, 165, 213, 0.8); /* Opacity 0.8 */
    }
    
    in reply to: Comments #2212
    livemesh
    Keymaster

    Probably you did something to fix already. I do see the comment fields loaded now. I hope I am understanding this right. If you need further help, do let me know. Thanks.

    in reply to: Private: Add a transparent overlay to segment? #2202
    livemesh
    Keymaster

    Which section exactly are you referring to in the site? Sorry, I could not get that information from your description and when I saw that site since there are so many sections. Thanks!

Viewing 15 posts - 226 through 240 (of 850 total)