Forum Replies Created
-
in reply to: Remove filter \"All\"
Hello,
You can hide it using custom css. Please add this code into Appearance > Customize > General > Custom Codes > Custom Css:
.cl-filters.cl-filter-small button:nth-child(1) { display: none; }Let us know.
Best regards!in reply to: Portfolio Item Name Title does not show in mobileHello,
I understand. Please add this css into your Custom Css box:
@media (max-width: 767px){ .single-portfolio .page_header_yes .top_wrapper { margin-top: 90px !important; } .single-portfolio .header_page.normal .breadcrumbss { display: block !important; } .single-portfolio .header_page { position: relative !important; }}Let me know.
Best regards!Hello,
I am afraid this is not possible without changing the source code. The post grid is an element not overwritten by theme. So to change it’s behaviour, you need to edit the plugin’s files. This is strongly not recommended as the changes will be lost every time you make a plugin update (which have to be done as are very important!).
This is a problem if you want to show more excerpt as allowed. If you want to show less, than this can be easily done using custom css.
Let me know what exactly do you want to do to the excerpt so i can see how can i help.Best regards!
in reply to: Tower 2.8.1 Update FailedHello,
Please activate parent theme first, then try updating theme again. You can use Envato Market plugin to make an automatic update. Or just replace theme files directly in wp-content/themes/ folder in your server. Use a ftp account to access it.
Le tus know how it goes.
Best regards!
in reply to: Theme/plugin errorHello,
@sethbarret i see you have a very old version of theme (2.1). The latest version is 3.2.1. Please update theme first, them update all it’s included plugins (a message in dashboard will require you to install/update required plugins). Just follow the on-screen instructions.
PS: We strongly suggest you make a backup of your site’s data before update. Go to Specular > Import/Export (Dummy data). Export backup here.
https://codeless.co/documentation/main.html#update_theme
https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-versionBest regards!
in reply to: Portfolio Item Name Title does not show in mobileHello,
I checked the site and opened the portfolio page from a Samsung S6 mobile phone (screenshot) and chrome browser’s responsive mode (screenshot). As you can see in both screenshots, the titles are visible under the portfolio item featured image.
Did you manage to fix it?
Let us know.Best regards!
in reply to: Css and Js file not fetch from CDNHello,
I suggest you check first that these files are all present inside the theme folder. These are not generated but present in the theme package and called from it when necessary. This is an issue related to your server configuration. Please contact your host and make sure all required files are being loaded from it.
You may want to install a cache to make the loading of files faster.Let us know.
Best regards!in reply to: WPBakery Page Builder, updated > breaks site layoutHello,
Did you buy your own WP Bakery? The support is right. The included version is customized to fit theme’s settings and style. Please use the included version only. We update all included plugins in every theme update. So if it’s necessary to update the plugin, we will include an updated version.
The notice to update the required plugins will be shown in the dashboard. Like this: https://ibb.co/qdQGXGH
To get the included version, just delete the plugin you have now installed. Go to dashboard and in the notice at the top (like in the screenshot), WP Bakery will be added and you will be required to install it. Follow the instructions and install it.
Best regards!
in reply to: Translate english to frenchHello,
The strings are present in these files more than once. Check again the files(scroll till the end). When you have changed them all, the changes will show up.
Best regards!
in reply to: Folie Template Rendered UneditableHello,
1-WP Bakery builder requires a separate means of updating:
WP Bakery is a third party, premium plugin included in the theme package and fully compatible with theme elements. We have purchased an extended license for it. This type of license allows us to include it in the theme package and all customers to be able to use the plugin without needing to buy it first. But it has its limitations, such as you can not update the plugin in your own terms, but only when we include an updated version of it.
Read more here: https://support.codeless.co/?ht_kb=plugins-license-activation-is-required-to-receive-updates2-Page elements uneditable:
Please make sure you are accessing them correctly first. To edit page’s elements, open Page from Pages menu, then go to Codeless Builder button to open the customizer. See screenshot: https://ibb.co/nBb2TTdIf you open the customizer directly from Appearance > Customize, you can only edit theme settings and options, but not page elements.
See screenshot: https://ibb.co/dBdZ97wLet us know if you have any question.
Best regards!
in reply to: Navigation button PortfolioHello,
In file includes/codeless_functions_blog.php edited this part:
if( codeless_get_mod( 'single_blog_pagination', true ) ) the_post_navigation( array( 'prev_text' => '<span class="screen-reader-text">' . esc_html__( 'Previous Post', 'folie' ) . '</span> <span class="nav-title"><span class="nav-title-icon-wrapper">' . '<i class="cl-icon-arrow-left2"></i>' . '</span>%title</span>', 'next_text' => '<span class="screen-reader-text">' . esc_html__( 'Next Post', 'folie' ) . '</span> <span class="nav-title">%title<span class="nav-title-icon-wrapper">' . '<i class="cl-icon-arrow-right2"></i>' . '</span></span>', 'screen_reader_text' => ' ' ) );To this:
if( codeless_get_mod( 'single_blog_pagination', true ) ) the_post_navigation( array( 'prev_text' => '<span class="screen-reader-text">' . esc_html__( 'Previous Post', 'folie' ) . '</span> <span class="nav-title"><span class="nav-title-icon-wrapper">' . '</span>%title</span><i class="cl-icon-arrow-right2"></i>', 'next_text' => '<span class="screen-reader-text">' . esc_html__( 'Next Post', 'folie' ) . '</span> <i class="cl-icon-arrow-left2"></i><span class="nav-title">%title<span class="nav-title-icon-wrapper">' . '</span></span>', 'screen_reader_text' => ' ' ) );And added this custom css:
/*Custom code to reverse single post prev/next */ .single-post .nav-links { display: inline-flex; flex-direction: row-reverse; width: 100%; } .single-post .nav-links > .nav-previous span.nav-title { padding-left: 35px; } .single-post .nav-links .nav-next span { float: none !important; padding-right: 18px; } .single-post .nav-links .nav-prev span { float: none !important; } .single-post .nav-links .nav-prev span.nav-title { padding-left: 20px !important; }Result: https://ibb.co/yQ7cYHH
Please check your site.
Best regards!-
This reply was modified 6 years, 8 months ago by
Mirela. Reason: additional changes to css code
in reply to: Blog page not rendering properly on phone browserHello,
This is not the normal behaviour of the blog. Please try deactivating all third party plugins first. Then clear cache and try again.
Let us know how it goes.
Best regards!in reply to: Translate english to frenchHello,
Yes, the folding of the files in Appearance > Editor, is not complete. I suggest you contact your host and make sure you can access all files thru this editor. Or open wp-content/themes/specular folder directly in the server, using a ftp account. Contact your hosting provider if you do not have an account.
Best regards!
in reply to: stop header transition when loadingNote:
Remove animation using custom css. Add this css into your Custom Css box:
.header_page.with_subtitle .titles { opacity: 1 !important; padding-top: 0px !important; }Regards!
in reply to: FAQ Toggle SpacingNice to know this.
Best regards!
-
This reply was modified 6 years, 8 months ago by