Discussion on Lets Blog WordPress

Discussion on Lets Blog WordPress

Cart 3,891 sales
Well Documented

ThemeGoods supports this item

Supported

This author's response time can be up to 1 business day.

479 comments found.

I noticed that theme uses a main colour theme of gold/orange. Can I easily and quickly change the colour of these things? e.g. make them all green instead?

Hi,

Thank you for interesting.

Yes it can be changed via theme customizer.

Hello! My mobile side menu is not working, it opens the subitems but when you click on nothing happens. Any suggestions?

Thank you

Hi,

Thank you for purchasing.

Please check. There are javascript conflicts between theme’s script and plugin’s script. Try to disable all plugins.

If you still have issue after disabling all plugin. Could you please provide URL of your site.

Hello, I have uploaded your theme and can only see limited detail. I can not see / select any of the demos (showing text, pics, etc) . I would rather use your demos to customise my website as I am new at this! Please help

Hi,

Did you mean to make it display 1 latest post?

No not the latest post. Any post I wish to choose.

Hi,

Technically you can do that. Basically you can select only post from selected category to display then you just assign post you want to the selected category.

Can you all add support for a Three Fourths Column Shortcode in the next release? I tried to submit a ticket on your support site but it didn’t work.

Here is the code I used in my child theme to add support.

add to functions.php //ADD THREE FOURTH SHORTCODE function three_fourth_func($atts, $content) { extract(shortcode_atts(array( 'class' => '', 'custom_css' => '', ), $atts)); $return_html = '<div class="three_fourth '.esc_attr($class).'" style="'.esc_attr($custom_css).'">'.do_shortcode($content).'</div>'; return $return_html; } add_shortcode('three_fourth', 'three_fourth_func'); function three_fourth_bg_func($atts, $content) { extract(shortcode_atts(array( 'class' => '', 'bg' => '', 'bgcolor' => '', 'fontcolor' => '', 'custom_css' => '', 'padding' => 10, ), $atts)); $return_html = '<div class="three_fourth_bg '.esc_attr($class).'" if="" transparent="" url="" no-repeat="" style="'.esc_attr($custom_css).'">'; $return_html.= '<div style="padding:'.esc_attr($padding).'px;box-sizing:border-box">'; $return_html.= do_shortcode($content).'</div></div>'; return $return_html; } add_shortcode('three_fourth_bg', 'three_fourth_bg_func'); function three_fourth_last_func($atts, $content) { extract(shortcode_atts(array( 'class' => '', 'custom_css' => '', ), $atts)); $return_html = '<div class="three_fourth last '.esc_attr($class).'" style="'.esc_attr($custom_css).'">'.do_shortcode($content).'</div><br class="clear" />'; return $return_html; } add_shortcode('three_fourth_last', 'three_fourth_last_func');

add to style.css

/*----- Grid -----------------*/ .three_fourth { width: 72%; float: left; margin-right: 4%; margin-bottom: 2%; position: relative; box-sizing: border-box; } .three_fourth.last { width: 72%; margin-right: 0; float: right; clear: right; }

Hi,

Thank you for purchasing.

We will included in the next theme update. Thank you very much.

Hi, is there any possibility to add a second language to the theme? Is there an easy way or would we have to program it?

Hi,

Thank you for purchasing.

Yes you can add multi languages support using plugin. For example WPML plugin.

Thank you for your quick response. If I would extend my support, would the immigration of a WPML plugin be included? I took a look at it, and I am struggling a little bit with it, since I would like to have two icons with E / D, one for German and the other one for English. So I can switch between the English site and the German site.

Hi,

Yes we can help on issue (if has) with WPML plugin for multi languages feature.

Hi.

I noticed in the sourcecode, that the css files and the js files didn´t have a version number appended. We faced problem with our website with the superforms plugin and it seemed to be a caching problem, so I changed the /lib/theme.filter.lib.php

I commented out 2 lines:
  1. add_filter( ‘script_loader_src’, ‘letsblog_remove_script_styles_version’ );
  2. add_filter( ‘style_loader_src’, ‘letsblog_remove_script_styles_version’ );

Until now, I couldn´t see any bad side effects.

But what is your opinion – will this make some problems?

Best regards, Markus

hi, now i purchased the license once more. thank you for covering my question. best regards, markus

Hi,

Thank you for purchasing.

Please submit your question on https://themegoods.ticksy.com/ Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

Then please let me know ticket ID. I will check it for you.

Ticket ID on themegoods.ticksy.com is 1219924

Hi, I have purchased the theme and I saw in your example theme that there is one setup looking like this.

Home page blog layout - Full width slider - Right sidebar - Full post - 2 column view – ALIGNED NO GRID

I cannot get this view, only the 2 column view with GRID layout. I don’t want the grid layout.

See example: Your theme http://themes.themegoods.com/?theme=LetsBlog

Thanks in advance.

Hi,

Thank you for purchasing.

Please submit your question on https://themegoods.ticksy.com/ Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

Ok, will do. Thanks in advance!

ok great! :)

can’t see much in your live theme demo. I was trying to find what plugins are included in your theme. Usually, this can be found under Appearance—>Install Plugins ….

Can you tell me what plugins are included? Thanks.

Hi,

Thank you for interesting.

Required Plugins

- LetsBlog Theme Gallery and Shortcode – Add theme gallery functionality and shortcode.
- oAuth Twitter Feed for Developers – Twitter API settings plugin.

Additional Plugins We use on demo site

- EWWW Image Optimizer – helps optimise your images file size without reducing its quality.
- Sharpen Resized Image – helps sharpen your image quality without increasing file size.
- Post Type Order – helps order all custom post type items using drag&drop interface.
- WP Super Cache – add caching to your WordPress for better loading speed.

Hello, Your theme has visual composer?

Hi,

Thank you for interesting.

It doesn’t include visual composer in theme package however you can install it separately if you like.

Hello, when I turn on the instagram footer I get a php error. It’s referencing this line: foreach($photos_arr as $photo)

It’s line 45 in footer2.php.

Please login with your purchased account so we can continue providing support for you.

Hi, I just updated to version 1.6.1. I am also using a child theme created with a plugin. After the update my website is no longer available. I do not understand why… Update: Problem seems to be solved. Probably an hosting issue.

Ok great! :)

Hello, Thank you for he wonderful theme. Is it possible to custom the width of blog post, without side bar ? Regards,

Hi,

Thank you for purchasing.

It couldn’t be done using theme admin. However you can edit theme CSS file to change that. However you can select single post layout to fullwidth (without sidebar), in post options box.

There is a new update. I have a question: Do I have to install the theme completely again for the update? That’s a lot of work! :-( Or is there a simple solution?

Hi,

Thank you for purchasing.

You can install this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ then you can update theme through Appearance > Themes.

Thanks!

You are welcome ;)

Btw, Could you help us rate for the theme please?

Hello, Very nice theme. Does the carroussel can turn automatically ? Can I have a part with text/images, and not only a list of the articles like this blog ? : http://oiseaurose.com/ Can I reduce the width of the side bar ? Can I have the sidebar at the beginning of the home page and then, at the end, be full-width without the sidebar ? If yes do you have example to show how it can be ? Can I change the background ? Can I change the color of the menu and frame ? Is Gravity Forms included ? Is the dummy content included ? Thanks a lot for your fast answer !

Hi, Ok thanks and about my question to have others writing than articles in the home page, you said it’s only list of articles but by changing the CSS it can be done, isn’t ? And with the 3 columns slider, then can I change the full-width to have 2 columns or one level of full-w and then 2 columns shape ?

Hi,

On homepage, it displays recent posts from all authors. For other layout changing you mentioned. It couldn’t be done using theme admin. However you can edit theme CSS file to change that

“On homepage, it displays recent posts from all authors” = so I can’t add others writing in addition to articles on the home page ? And with the 3 columns slider, can I add the sidebar ? By changing CSS code ? And can the slider (carroussel) have bigger height ? Can I make the menu more transparent ? Thanks !

I purchased this theme and downloaded the demo content. I’m having a really hard time figuring out how to format the menus and the whole thing in general. Also, at the bottom of the page (footer??) nothing is showing up there. Is there an explanation anywhere that explains how to format the menus? Which one is which? Where/how to edit them? I thought this theme would come with “documentation” like advertised but I received nothing and can’t figure this out.

Hi,

Thank you for purchasing.

1. You can organise menu item using Appearance > Menus.

2. You can add widgets to footer sidebar using Appearance > Widgets.

Theme documentation’s located in your downloaded file from Themeforest Please follow the theme’s instructions in /manual folder it will help you get through all theme features.

Hello, How did you add the ad banner 300×250 on the sidebar ? I looked at the demo but it’s not a widget… I tried using an ad widget but I have the grey border and the add is smaller than in your demo. Thanks.

Hi,

Thank you for purchasing.

You can use “Text Widget” and add HTML img to insert ads image there.

Hi, really a wonderful template. Just a question: is it comptaible with Woocommerce? I’d like to add a small shop to the website (T-Shirts, mugs, small promotional items graphics…). Is that easy? Could it work? Thanks a lot! Luca

Hi,

Thank you for interesting.

Yes you can use Woocommerce plugin for shop functionality :)

Hello! Will it be possible to change the background of the theme to another color?

Thank you.

Hi,

Thank you for purchasing.

Yes you can change it using theme customizer :)

hi there,

I have just installed your theme on fresh WP installation. I imported Demo Content.

I tried to turn on Boxed Layout, but when I switched it on the background in the middle of the screen turned almost black.

Any ideas what might happen?

Best,

Hi,

Thank you for purchasing.

Please submit your question on https://themegoods.ticksy.com/ Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

Hello,

Thank you for your great theme. I’m happy to have it on my site. It looks great!

I have a problem with the title and subtitle. I can’t get it on my site. Can you please help me?

Thank you in advance,

Marielle sophiamagazine.nl

Hi,

Thank you for purchasing.

Please submit your question on https://themegoods.ticksy.com/ Please also add a link to your site as well as the login credentials when opening the ticket, so we can take a look at your site.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey