anorouzey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] after updating the theme rtl header changed into ltrthank you @apprimit ??
Forum: Themes and Templates
In reply to: [OceanWP] after updating the theme rtl header changed into ltrHello @apprimit
this is my website
https://chakave.com/- This reply was modified 5 years, 10 months ago by anorouzey.
Forum: Fixing WordPress
In reply to: file_exists(): open_basedir restriction in effectthank you @bcworkz ??
Forum: Fixing WordPress
In reply to: file_exists(): open_basedir restriction in effectThank you @bcworkz ??
I found the plugin which cause the problem. It is Elementor. Now how to solve the problem? I can’t remove elementor because I’ve built my website with it.Forum: Themes and Templates
In reply to: [OceanWP] How to hide or remove author name from posts?thanks ??
Forum: Themes and Templates
In reply to: [OceanWP] activating child theme destroyed the rtl stylethank you @apprimit
The problem is solved by importing parent rtl.css file in the child theme ??Forum: Themes and Templates
In reply to: [OceanWP] Bilingual website: one is rtl and the other one is ltrThank you @apprimit ??
Forum: Plugins
In reply to: [Polylang] rtl website which has ltr language as the second languagethank you @chouby ??
Forum: Themes and Templates
In reply to: [OceanWP] Duplicate drop down menu on mobileOh I selected ‘top bar’ and ‘main’ for menu location. it seems that it caused the problem:))
Forum: Themes and Templates
In reply to: [OceanWP] Duplicate drop down menu on mobileI’m working on localhost. I think the problem is here:
In inspect there are two menu on mobile mode
<ul id=”menu-main-menu-1″ class=”menu”>…
<ul id=”menu-main-menu-2″ class=”menu”>…I don’t know if this part of the code illustrates the problem or not?
Forum: Themes and Templates
In reply to: [OceanWP] Menu Item are LTR on RTL layoutAnd thanks for this great theme??
Forum: Themes and Templates
In reply to: [OceanWP] Menu Item are LTR on RTL layoutHello @oceanwp
thank you:)Forum: Themes and Templates
In reply to: [OceanWP] Menu Item are LTR on RTL layoutHello again:)
in addition to my previous question:
this the php code:
function oceanwp_child_enqueue_parent_style() {$theme = wp_get_theme( ‘OceanWP’ );
$version = $theme->get( ‘Version’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array( ‘oceanwp-style’ ), $version );}
add_action( ‘wp_enqueue_scripts’, ‘oceanwp_child_enqueue_parent_style’ );I added some css code to style.css but it didn’t work.
Forum: Themes and Templates
In reply to: [OceanWP] Menu Item are LTR on RTL layoutHi
I am new in wordpress, for my first experience I’ve chose oceanwp to create my persian web site. To modify it I’ve activated child theme but i don’t know how to add new style to it. would you explain for how to add style (font, rtl styles…)?
thank you in advance:)