Jas999
Forum Replies Created
-
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] How can I clone over the top of primary site?Bonjour, I still see version 1.3.2 in the repository. Do you know why V2 is not there yet?
Forum: Themes and Templates
In reply to: [Pinnacle] display topbar elements horizontalHere is what I did put in my style.css without success:
/* display topbar widget menu elements horizontally */ .topbar-widget form#searchform, .topbar-widget kadence_social_widget { float: right; } .kadence_social_widget a { margin-top: 10px; margin-right: 10px; } .topclass .form-search { margin-top: 10px; } #topbar ul.sf-menu ul li a { line-height: 40px; }
Forum: Themes and Templates
In reply to: [Pinnacle] display topbar elements horizontalHi Born61. I just checked your site https://wpdev1.altervista.org/. You seem to have found a way to list horizontally the menu elements in your topbar.
Could you share how you resolved it? I am trying to do the same, by entering all the css listed above in the style.css file of my child theme, without proper results so far… And because the topbar menu items are listed vertically, they push my main menu too low…
Thanks!It works!
Forum: Localhost Installs
In reply to: how to install WP if using virtual hosts for project in WAMPI finally resolve the issue, it works fine now.
Forum: Themes and Templates
In reply to: [Pinnacle] Appearance->Theme option->Rest all = loose Bold titleThanks Ben. Just want to tell anyone reading this post that Ben oriented me to the solution (through private e-mails). I was not updating the whole theme because my upload settings were too low, it was 1mb! That is why my titles were not in bold and I was getting all sorts of warnings! The workaround worked fine but the root problem is now fixed.
Click on media > add new. In the bottom right corner what is your max upload size. I would guess your upload size setting is too small. Should be above 8mb.
I checked on the Internet how to increase upload size; modifying my php.ini file did the trick. Might not be the solution for everyone but worked for me!
Forum: Themes and Templates
In reply to: [Pinnacle] How can I move sidebar to the left?I first saw the css code in the support tread:
Virtue [resolved] [closed] Sidebar to the left and Topbar cart to the right ? (20 posts), in the second post
“To make the sidebar float to the left add this to your theme options custom css :
#content .main {float:right;}
Moving the topmenu to the right it’s an easy option you will need to edit the header.php file and move where the menu shows up then add css to make it float right.”
Voilà!Forum: Themes and Templates
In reply to: [Pinnacle] Need Custom Sidebar text with different fontSuper! It works. I like your theme and your GREAT support so much, I just bought the Pinnacle Premium theme, as it has great options I would like to use!
No, I am in local.
Forum: Themes and Templates
In reply to: [Pinnacle] Need Custom Sidebar text with different fontThanks. It is my page-id-2. By doing so, all the text on that page number 2, the main body as well as the sidebar, is the same.
What I want is to change just the font of a the menu items in given custom sidebar.
I tried to change the font, without luck, just for my custom sidebar called ” A “:.sidebar-a { font-size: 20px; line-height: 20px; font-style: italic; }
Forum: Themes and Templates
In reply to: [Pinnacle] Author box image no gravatarThanks!
Does not work.
I added the code to my style.css file (in my child theme): selected menu item does not appear in bold.
I tried to put it in theme options -> custom css, also without luck.
To ensure it was not working (and it was not my eyes that were tired ?? ), I added a change in font-size as well as font-family: no, changes are not taken into account.Forum: Themes and Templates
In reply to: [Pinnacle] How can I move sidebar to the left?Great! It works!
Forum: Themes and Templates
In reply to: [Pinnacle] Need Custom Sidebar text with different fontAmazing! This now applies to all sidebars. And I can even change other properties like the font by adding, for example ” font-family: Lora; ” after line-height!
Now, if I want this to apply to a custom sidebar, lets say only to custom sidebar “A”, how would I proceed? I tried a few things without success…Forum: Themes and Templates
In reply to: [Pinnacle] Need Custom Sidebar text with different fontNo, still local.