Forum Replies Created
-
in reply to: Unable to Import dummy data
Hello,
You need to increase max execution time. For Xampp version on Windows:
Add this line to xampp\phpmyadmin\config.inc.php
$cfg['ExecTimeLimit'] = 6000;
And Change xampp\php\php.ini to:post_max_size = 750M upload_max_filesize = 750M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000MThen you can use the .xml file, in the above reply.
Let us know.Best regards!
in reply to: White Space above siteHello,
I checked your site and everything seems fine.
What browser are you using? Please try to disable add browser extensions, maybe them case the issue.
best regards!
in reply to: Recommended Plugins will not installHello,
Please can you write your site credentials in a private reply so I can check the issue?
You can find the plugins at wp-content/themes/specular/plugins/. Unzip them and move to wp-content/plugins. The activate them at WP dashboard -> Plugins.
Let us know if you need further help.
Best regards!
in reply to: Codeless sliderHello MaxBrooks,
Please make sure you have selected the slider at slider section on homepage and that you have assigned the slides created at the home slider.
If you want I can give it a look if you let me use your site credentials.
Best regards!
in reply to: Where do I find the Export content?Hello,
After performing the backup, refresh page and you will see the list of all your recent and previous backups (screenshot). You can get them back directly from here, or find the files in: wp-content\themes\specular\includes\dummy_data\backups.
Best regards!
Hello,
Please edit the file ‘specular\includes\widgets\codeless_socialwidget.php’.
Find the social icons and add
target="_blank"
like this
echo '<li class="facebook"><a href="'.esc_url($cl_redata['facebook']).'" target="_blank"><i class="icon-facebook"></i></a></li>';Best regards!
-
This reply was modified 11 years, 4 months ago by
Ruco.
in reply to: Favorite icon in blog postsHello,
Yes, it is possible. I have answered you about it, here: https://support.codeless.co/?topic=removing-the-heart-from-blog-posts/#post-1641
Best regards!
in reply to: Removing the heart from blog postsHello,
Yes, it is possible. Please add this code into your custom css box:
.post-like { display: none; }Best regards!
in reply to: White Space above siteThis reply has been marked as private.in reply to: Body text links underlineHello,
Please try this code:
a { text-decoration: underline; }We will fix it on the next theme update.
Best regards!
in reply to: unable to import dummy dataHello,
Our theme doesn’t have any issue with dummy data. We have more than 1000 users installed successfully this theme.
We are so sorry that you are unhappy, but i am here now to help you.
Please send me your credentiald to install it for you, and please download the last version of the theme from Themeforest.
Please be patient and your page will be online in the right way shortly.
Thanks & sorry for this incovenience.
in reply to: Sub menu itemHello,
Go to Appearance -> Themes -> Specular -> theme details.
It seems you have the latest theme version.
Please edit the file /js/main.js.
Find the lines$('.header_1 nav .menu li .sub-menu').each(function(){ $(this).parent().first().addClass('hasSubMenu'); });and replace with:
$('nav .menu li .sub-menu').each(function(){ $(this).parent().first().addClass('hasSubMenu'); });Best regards!
-
This reply was modified 11 years, 4 months ago by
Ruco.
in reply to: Visual Composer won’t load!Hello,
Please activate the Visual Composer and keep the one included in theme. Do not update it, we will include the latest VC version on the next theme update.
Best regards!
This reply has been marked as private.in reply to: Missing Icons in List SettingsHello,
I can see the icons in List element, in your site. Screenshot. I made a test page and used them. You can check in you site. We will make sure to make it show all icons, without need to scroll down, in the next release.
Best regards!
-
This reply was modified 11 years, 4 months ago by