Rashmi Reddy
Forum Replies Created
-
Forum: Plugins
In reply to: [Logo Slider] Logo Slider not workingHello,
Even i am facing the same problem Hello,
Site is https://www.wcocdbengaluru.com/test-home/ When you click on an arrow the slide goes blank. Can anyone help please?
Forum: Plugins
In reply to: [Maps Widget for Google Maps] I need help in pointing address in mapCareer Avenues India Pvt Ltd, D/503, Remi Biz Court, V D Road, Andheri(W), Mumbai
This is the address where the pin has to show with the name as Career Avenues India Pvt Ltd inside the map.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] I need help in pointing address in mapThis is my website link : https://www.careeravenues.net/
Forum: Fixing WordPress
In reply to: No Appearance Menu in 4.0.1Hi All,
Actually i was facing the same problem my menu was not appearing so i searched and finally i got an answer.
please follow these steps :
Put this code in functions.php —<?php
add_action( ‘init’, ‘register_my_menu’ );function register_my_menu() {
register_nav_menu( ‘primary-menu’, __( ‘Primary Menu’ ) );
}
?>if you want to create multiple menu then you can put these code in functions.php
add_action( ‘init’, ‘register_my_menus’ );
function register_my_menus() {
register_nav_menus(
array(
‘primary-menu’ => __( ‘Primary Menu’ ),
‘secondary-menu’ => __( ‘Secondary Menu’ ),
‘tertiary-menu’ => __( ‘Tertiary Menu’ )
)
);
}
Second step:Put this in header.php
<?php wp_nav_menu(); ?>
or
if you’re using control on primary then directly add this below code to header.php<?php wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’ ) ); ?>
Forum: Themes and Templates
In reply to: [The Bootstrap] The Bootstrap ThemeHi,
Even menu doesnot appears if i try to fix the mobile version apple iphone and other mobile devices can u please help me resolve that.
Thank you,
—
Rashmi ReddyForum: Themes and Templates
In reply to: [The Bootstrap] The Bootstrap ThemeHi,
You mean is it because of this plugin W3 Total Cache?
Thanks,
—
Rashmi ReddyForum: Themes and Templates
In reply to: [The Bootstrap] The Bootstrap ThemeHi,
I have checked clearing the cache and even checked in different browsers.
Link: https://ctravi.in/
Thank you,
—
Rashmi ReddyForum: Themes and Templates
In reply to: [Rambo] I want resize imageHi,
Now even i am not able to login to the website also what is happening sir.
Please help me to fix these issues.
Thanks,
—
Rashmi ReddyForum: Themes and Templates
In reply to: [Rambo] I want resize imageHi,
Actually i need to resize the images in the pages section like About us, Contact, Service Profile and so on.
Kindly check why i am not able to edit my pages and even let me know which theme i am using currently because i can see pages which are created for the past theme i am able to see so.
Please help me to resolve this.
Link to my website:
https://rashmi.shirish.productions/iso/Thanks,
—
Rashmi Reddy