seosbg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Seos Video] SEOS Video Premium crashed siteResolved
Forum: Themes and Templates
In reply to: [Seos Video] Videos stopped playingThanks Wolfdaddyspace,
This is not the theme error. Please stop all plugins. Maybe there is plugin error.
Best Regards,
TsvetomirForum: Themes and Templates
In reply to: [Seos Video] Unable to show updates in mobileResolved
Forum: Themes and Templates
In reply to: [All Purpose] “CONTACT US” NINJA FORMThanks Lacornucopia,
We can not support other plugins.
Please ask your plugin support.Best Regards,
TsvetomirForum: Themes and Templates
In reply to: [Classified Ads] how to remove site admin icon/logout buttonResolved.
Forum: Themes and Templates
In reply to: [Classified Ads] Don’t workThe problem is resolved.
Forum: Themes and Templates
In reply to: [Magazine News] Error message when creating a child themeThanks for your feedback Wpmember11. The issue is fixed in the latest version of the theme.
Best Regards,
TsvetomirForum: Themes and Templates
In reply to: [Classified Ads] Don’t workThanks Rexxx6891,
Will you please mark the problem is resolved.
Best Regards,
Tsvetomir- This reply was modified 6 years, 10 months ago by seosbg.
Forum: Themes and Templates
In reply to: [Classified Ads] how to remove site admin icon/logout buttonGo to Additional CSS and paste the code below.
.top {
display: none;
}Best Regards,
TsvetomirForum: Themes and Templates
In reply to: [Seos Video] Unable to show updates in mobileThanks Pritamobi,
Your site has only one post. Go to Settings -> Reading and see your options.
Best Regards,
Tsvetomir- This reply was modified 6 years, 10 months ago by seosbg.
Forum: Plugins
In reply to: [WooCommerce] Products per rowThanks Caleb,
The code here is broken. https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes#usage-with-settings
The right code is below. Best Regards.function mytheme_add_woocommerce_support() {
add_theme_support( ‘woocommerce’, array(
‘thumbnail_image_width’ => 150,
‘single_image_width’ => 300,‘product_grid’ => array(
‘default_rows’ => 3,
‘min_rows’ => 2,
‘max_rows’ => 8,
‘default_columns’ => 4,
‘min_columns’ => 2,
‘max_columns’ => 5,
),
) );
}
add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ );Forum: Themes and Templates
In reply to: [Seos Video] SEOS Video Premium crashed siteThanks Dave,
Now your site work.
The problem is not the theme.
Please be careful when copying and placing folders in your directories.Best Regards,
Seos ThemesForum: Themes and Templates
In reply to: [Seos Video] SEOS Video Premium crashed siteThanks,
The problem is only with your site. Maybe because you have made changes in your files. Our support will contact you.
Best Regards
Forum: Plugins
In reply to: [Kirki Customizer Framework] Plugin doesn’t work after updating WordPressUpdate the latest version KIRKI. There is no problem with the latest version.
Thanks Aristeides ??
Forum: Plugins
In reply to: [Kirki Customizer Framework] Plugin doesn’t work after updating WordPressI think the issue is conflict JQuery and KIRKI in the latest version 4.9 There is no error in PHP.