Forum Replies Created
-
Author
-
April 11, 2016 at 16:04 in reply to: Editor roll not showing not show Toolbar when viewing site #115649
Radu
ModeratorHi,
Check now, it works, i’ve used this function
COPY CODEadd_action('after_setup_theme', 'add_admin_bar_for_editors'); function add_admin_bar_for_editors() { if (current_user_can('editor') ) { add_filter('show_admin_bar', '__return_true'); show_admin_bar(true); } }After any code modification all cache needs to be cleared
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The snippet is for Kleo theme not for sweet
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSo , you don’t have link field ?
Give credentials to take a look
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2016 at 15:47 in reply to: How Can I Make Enquiry Buttons Align Properly Under “Add to Cart” Button? #115643Radu
ModeratorGood,
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2016 at 15:34 in reply to: background color nor background image in layout settings doesn’t apply #115637Radu
ModeratorHi,
I was able to change the bg, but the i see the changes only after i clear the cache by choosing Empty All Caches
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe icons can be changed from
Instead that link paste this https://www.youtube.com/embed/_tDbwisHZeQ
Regarding the icons follow this : https://archived.seventhqueen.com/forums/topic/need-help-with-replacing-kleo_status_icon-type or this https://archived.seventhqueen.com/forums/topic/changing-icons-and-meanings-of-icons-on-homepage-2
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi just switch wp lang back : https://www.google.com/search?q=change+wordpress+language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorsee attached screenshot
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add this css to wp-admin -> theme options -> general options -> quick css
COPY CODE#bbpress-forums .bbp-search-form { margin: 0 auto !important; } li.bbp-body div.hentry { padding:0; }Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThank you for this information
We will investigate this
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2016 at 13:00 in reply to: After updating theme (4.0.4) and plugins have three minor spacing issues #115584Radu
ModeratorPlease provide admin credentials to take a closer look
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIF you will using an adsense code you will no need the img so the code will be like this
COPY CODEecho = ' <div style="display: inline-block !important;"> Your add code </div> ';Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’ve used this link https://newfoundmuslima.com/membership-account/subscription/ on that button now you should be able to see the membership package.
Also i see that you have a problem with pages, when you try to add a new page or editing a existing one it shows blank section instead the page editor, try to deactivate recently installed plugins to identify what causes this.
Let me know if is ok with that button link
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 11, 2016 at 12:48 in reply to: Page (WP Default) Gallery Item Display as Attachment Page #115579Radu
ModeratorHi,
I see that you are using CD Booster, and the problem comes from it, it concatenate all resources, please see if you have any option to put some files on exception list, if not disable the plugin to see it it works.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
What strings you cannot find ?
Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to wp-admin -> theme options -> social sharing -> Enable Social share -> OFF and Enable post likes – OFF, then go to your desired posts and enable post sharing from post backend -> theme general settings -> Social share -> Visible
That’s all
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
You’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE.article-content .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { margin: 0 !important; }Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Put the lang file beside the .po file in wp-content/languages/ so there you will have to have
sweetdate-fr_FR.mo and sweetdate-fr_FR.po also if still not works try to rename the lang files mo and po in this format fr_FR.mo and fr_FR.po
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 8, 2016 at 18:40 in reply to: After updating theme (4.0.4) and plugins have three minor spacing issues #115365Radu
ModeratorHI,
The topbar can be hidden with this
COPY CODEdiv#top-social { display: none !important; }Next time try with important declaration.
Fo this issue : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/04/bottom-of-rev-slider-spacing-issue.png i think you will have to set from row that contain the slider margin bottom 0, same as in the last row, check the row settings and look for any padding or margin.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThere are muted text, i will provide you a rule that applies for all elements with muted class
Use this
em.muted { color: red !important; }Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I think it’s a server related problem, do you have htaccess file ?
IF not create the .htaccess file in that you will paste next code
COPY CODE# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPresshttps://codex.wordpress.org/htaccess#Basic_WP
Also make sure that your server has mod_rewrited enabled : http://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2?answertab=votes#tab-top
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have installed a plugin recently ?
If you deactivate child theme and the rest of plugins except buddypress the issue disappears ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use this css instead
COPY CODE.buddypress div#item-header div#item-header-content #item-buttons div.generic-button a.add { background-color:red !important; border:1px solid red !important; }Replace red with your desired color
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIn this case you will have to look in your language file .mo that can be in wp-content/languages/fr_FR.mo or wp-content/themes/sweetdate/languages/fr_FR.mo search for “Registering for this site is” after you find that under line with that text you will see msgstr form there you will have to edit your text
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorProvide link to a profile from your website please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou can hide that button by using this function
COPY CODEfunction remove_buttom_from_vc_fe(){ echo "<style>\n"; echo 'button#vc_button-cancel { display: none !important;}'; echo "\n</style>"; } add_action( 'admin_print_styles', 'remove_buttom_from_vc_fe' ,90);The function will be added to wp-content/themes/kleo-child/functions.php
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 8, 2016 at 18:04 in reply to: Page (WP Default) Gallery Item Display as Attachment Page #115350Radu
ModeratorHi,
Do you using a minify plugin ? i think there is a problem
The console says : booster_js.php?dir=>/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js,>/>/booster_cache/5…:63 Uncaught TypeError: Cannot read property ‘parsed’ of undefined
And i’ve checked you page source of the page and i see resources are concatenated, try to put app.min.js to exception list
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can test one of these plugins : https://wordpress.org/plugins/wp-ban/ or https://wordpress.org/plugins/ban-hammer/screenshots/
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHI,
I’ve tried to reproduce this on my sweetdate install, i’ve installed and activated W3 total cache, do you know exactly what option of w3 total cache causes this ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
You’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 8, 2016 at 17:48 in reply to: How Can I Make Enquiry Buttons Align Properly Under “Add to Cart” Button? #115341Radu
ModeratorHi,
use this css
COPY CODEbutton.single_add_to_cart_button.wdm_enquiry { display: inline-block !important; } .woocommerce.single-product #contact-form { margin:10px 0 !important; } .woocommerce.single-product div.product form.cart, .woocommerce-page.single-product div.product form.cart { clear:both !important;display:block;width:100% }Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
this can be caused by visual composer or k-elements plugins if they are not updated after theme update, you can check the plugins update status from wp-admin -> appearance -> install plugins.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts