Raghavendra

Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 3,418 total)
  • Author
    Posts
  • in reply to: How to use custom font #17121
    Raghavendra
    Moderator

    If you send the link to both English and Thai versions of the website, I can suggest something. May be there is a class added to the body which relates to language of the page and then we can use CSS to achieve this.

    in reply to: white screen crash with events Calendar and Invent Theme #17120
    Raghavendra
    Moderator

    Looks like the events page shows up now. Not sure you noticed this already.

    We saw a syntax error in the template-ld-courses.php file wherein some CSS was inserted and that caused the PHP syntax error. I am not sure though why that would cause events calendar to fail. May be you were able to find the root cause of the issue and fixed it yourself.

    Regarding the WP_Widget issue, it should not cause anything to fail – just a warning but we have an update ready which will take care of this. Will have the update submitted tomorrow.

    in reply to: How to use custom font #17115
    Raghavendra
    Moderator

    Sorry this took some time. I guess you have resolved the issue already. I see that the following custom CSS –

    .testimonials2-slider-container .footer span {
        font-family: 'supermarketregular';
    }
    

    results in supermarket font being displayed for testimonials footer. Are you still facing any issues using this font? I have attached the screenshot so that you can verify that it works here.

    in reply to: Updating VC in theme #17075
    Raghavendra
    Moderator

    The Envato toolkit should have worked. Anyway, pls try using

    https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

    to update the plugin. You can download the latest version of the js_composer.zip file and upload the same to the site. When you upload, you will be prompted by the plugin to indicate that this is an existing plugin which needs to be upgraded. Pls choose yes and the plugin should get upgraded.

    in reply to: Create Custom Icons for Feature Sections #17074
    Raghavendra
    Moderator

    You can build your own icon lib at IcoMoon and do it but you will need to look in the theme code and sample data to ensure that existing icons are replaced with the right icons that are made available with the new icon fonts generated. Will be couple of hours of work and when you want to update the theme, you will have to be careful unless you manage to make all changes in the child theme.

    Unless you have a large number of custom icons to handle, my recommendation would be to use the icommoon app to choose the exact icons you need and use the PNGs generated (basically use it as an image). You can override size, color etc. of the icons generated in the icomoon app settings.

    in reply to: logo and copy #17073
    Raghavendra
    Moderator

    For the text beside the logo, we have to make some compromises for size below 1024 (at least below 960px). We can reduce font size a bit but best solution is to just hide the description text like this –

      @media only screen and (min-width: 768px) and (max-width: 1024px) {
             .image-toggle .text-content p, .video-toggle .text-content p {
        display: none; } }
    

    Hope this helps.

    in reply to: Template Staff's isotope under a single couse page. #17070
    Raghavendra
    Moderator

    Looks like that is not possible at the moment since it requires quite a few changes to the code.

    in reply to: Show blog items in news template #17029
    Raghavendra
    Moderator
    This reply has been marked as private.
    in reply to: Show blog items in news template #17007
    Raghavendra
    Moderator

    My guess is right. You are using the slug nyheder for News post type –

    
                'rewrite' => array('slug' => 'nyheder'),
    

    You can revert to news in the code and then visit Settings->Permalink page and then you should see page display blog posts when you visit

    http://www.billesborgskolen.dk/nyheder/

    I did make this change to check the page but unfortunately I do not have access to Settings->permalink to reset the post type archive permalink.

    in reply to: Show blog items in news template #17005
    Raghavendra
    Moderator

    I checked the page

    http://www.billesborgskolen.dk/nyheder/

    and its is NOT using page template News. It is a news post type archive. We can show posts in the same too but will be too much of a work to style it since theme displays blog post archives differently than news post type archive (list instead of a grid). Pls use the page template and you should see the posts display in the grid of news.

    If you still have trouble, pls give wordpress admin access and I will create one. Pls change the URL of the news page just in case you have changed the code of Invent to use nyheader as the slug for news custom post type.

    Hope this helps.

    in reply to: Austin Theme Update not working #16986
    Raghavendra
    Moderator

    Looks like there was some permission or security setting which made the update through the plugin to not work. Anyway, I deleted the old theme version and installed the latest 1.7 version. Pls check and get back to us if you see issues.

    in reply to: Show blog items in news template #16984
    Raghavendra
    Moderator

    You will need to add –

    echo mo_get_post_type_archive_links('post', 'category');
    

    but that is only to display the category links at the top for user navigation. The posts should show up anyway with the one line code change posted above.

    http://support.livemeshthemes.com/forums/topic/show-blog-items-in-news-template/#post-16950

    in reply to: Show blog items in news template #16983
    Raghavendra
    Moderator

    I made the change in our dev machine and the blog posts immediately showed up on my news page. There is no other change I can recommend here.

    If you still have trouble, pls post FTP access so that I can check the code changes. It is not possible to change via WordPress admin area alone.

    in reply to: Portfolio translation #16966
    Raghavendra
    Moderator

    Closing this ticket and the issue was resolved by choosing a setting in WPML.

    in reply to: Responsiveness Problems #16955
    Raghavendra
    Moderator

    Ok my bad, looks like you already have loaded the required code for retina logo but I see that image resolution is 260x46px. You need to double the resolution but retain the same width of 260x46px. Hence the image size would be 520x92px if it needs to display fine in all devices.

Viewing 15 posts - 1,486 through 1,500 (of 3,418 total)