Hello. I’ve been having quite a bit of trouble with this and I am about at my wits end.
So, I have been working on making my child-theme of Customizable responsive for other devices, and my current challenge is the fact that although the mobile menu appears and functions well on the home page, it won’t show up anywhere else in the website. I checked my own header and the original theme header, as well as the stylesheets and function pages, but there is nothing in them that is different in regards to menu functionality.
This should be the code that calls the menu in all cases in the header, but I’m not versed enough in PHP to tell where my problem might lie.
<div class="navbar-header">
<button type="button" class="navbar-toggle navbar-toggle-top" id="menu-trigger"> <span class="sr-only"></span> <span class="icon-bar icon-color"></span> <span class="icon-bar icon-color"></span> <span class="icon-bar icon-color"></span> </button>
</div>
<div class="rightmenu">
<?php
$customizablepro_defaults = array(
'theme_location' => 'primary',
'container' => 'div',
'container_id' => 'mainmenu',
'menu_class' => 'navbar-nav mobile-menu',
'echo' => true,
'depth' => 0,
'walker' => '');
wp_nav_menu($customizablepro_defaults);
?>
</div>
]]>
This page has a WordPress page we use for posts. There is a frame around the posts that was copied from our homepage https://www.mvbuyeragents.com. The frame on blog page is static so has not updated when homepage is updated. I see there is a way we can edit each item. Is there a way to update the frame and/or have it update regularly?
It looks like we need to upload a new custom theme or make all the appearance changes one at a time including drop down menus and widgets in “Appearance” settings. I guess I am not sure what is needed for the customized theme. Would it be just uploading our home page (which we want for the theme)? Or do I need to get the design files from website host?
Thanks
I would like to use nextGEN Gallery with the Customizable theme but am having an issue. When an image is clicked, it brings up the image file, not a lightbox.
Works fine if I switch themes to TwentySeventeen.
Does not work if I use my child theme or the default Customizable theme.
I find the problem seems to be in wp-content/themes/customizable/js/default.js
When I delete the following code from default.js the lightbox effect works. With the code lines in place, no lightbox, just the image file displayed directly.
Example is here: https://speterson.me/wp/small-works-i-test/
var owl = jQuery("#owl-demo");
owl.owlCarousel({
itemsCustom : [
[0, 1],
[450, 2],
[600, 2],
[700, 2],
[1000, 4],
[1200, 4],
[1400, 4],
[1600, 4]
],
itemsMobile : true,
navigation : false,
autoHeight : false,
});
Also, I can not copy default.js to my child theme and do the edit, does not work. I found that it has to be done in the original theme directory, not my child theme.
SO, two questions I guess:
Will deleting these lines cause me to have other problems?
Can anyone tell me why I can not copy default.js to my child theme folder?
THANK YOU!
]]>Hey,
I use the theme “customizable” for free (for now), but i can′t change the titel background image (the image with the big city: https://www.screencast.com/t/FTeKjwH4MnjB. How can I change it from the city-image to a image of my own? The city image is just not working with my site! ??
I had downloaded and activate the plug-in: https://www.ads-software.com/plugins/simple-custom-css
And if I can use my own image – what is then the optimal size for the image?
You can se my site here: https://new.solvaenget.dk (Its in danish).
Hope someone can help me oderwise I have to change the theme of my website :(.
/ Sif
]]>Hi,
I would like to change the position of the sidebar so changed the Stylesheet part to float:right see here:
.side_bar {
width: 10px;
margin: 0 0 0 45px;
padding: 0;
float: right;
max-width: 100%;
See website here
https://livehazards.com/lightning
The sidebar is still on the left, any idea how to get it to the right side?
]]>Hey techies,
Running into a bit of an issue. I am building a website for a client, and I am trying to cater the social media icons to the socials they have. They only have Facebook and Instagram.
I put the Facebook link in the FB spot. Easy peasy.
The rest are the problem, it pops up with Google plus, Pintrest, and Twitter. (Why on God’s green earth would they leave out Insta?)
Here are the ways I tried to remedy this situation already:
1. I tried poking around in the PHP, but I am mostly a front end designer and my code saavy is limited. When I tried to switch every instance of “twitter” with Instagram it fixed inb in the back dashboard, but messed up the formatting of the footer on the front end.
2. Then I got the idea that I could go find the image files in the cPanel for Twit, G+ and Pintrest and replace them with Instagram and two custom icons. That way, it wouldn’t read right in the back end, but it would look right on the front. Inspect as I may, I cannot seem to find the image files for the social media icons in the cpanel.
Ideally, I would like Facebook, Instagram and two custom icons, one that leads to a dealer’s site and one that leads to a recent publication in a respected trade mag. I can create the custom icons, I just need to know here to put them.
Is there anyway to change this within the context of the theme? Or is there any minor coding I can do? Or am I going to need to consult one of my more code savvy associates?
Thanks in advanced for the help.
]]>Hello- I’m currently using the free template to spruce up the site https://www.midatlanticmra.org/.
I go to theme options>homepage settings, and upload images for the Slider, First Section, and Second Section. However, once I click on Save Settings, nothing happens. I have the setting set for Static first page, and not certain what other function I should be turning on to make the homepage emulate the standard Customizer homepage template.
Can you let me know what I should be doing to activate the change? Also, what are the ideal image dimensions for the slider, tabs, and preview images?
Thanks in advance.
]]>a.k.a. moved theme to server, and look different
I customized the customizable theme on my localhost (PC), and when I moved it to the web server and activated – it looks totally different.
It looks like the style.css is not recognized, even though it is present.
I’m at lost.
ideas?
]]>I love the customizable theme but the “Cityscape” image that resides behind each pages title area (just below the menu/header) does not work for my site at all! How can I get rid of it? I have looked everywhere in the customize area and all the other normal places to look. I am not a coder so don’t know CSS style sheets etc. and am loathe to poke around in them. My site is https://www.rmairport.com (but am cycling through themes at the moment so customizable may not be applied).Can somebody help a brutha out please? Thanks!
]]>