Search found 35 matches

by ashrafakader
Wed Oct 25, 2023 9:20 pm
Forum: Themes
Topic: Change site URL inside the theme (BlogX)
Replies: 1
Views: 1323

Change site URL inside the theme (BlogX)

Inside site settings (in the back end "Settings/ Advanced"), I changed both "site URL" and "homepage URL" to the full URL, as just domain/sub doesn`t work in my case. This didn`t affect the link inside the site title, that`s beside the navigation bar, on the left. Ths l...
by ashrafakader
Sat Oct 14, 2023 1:34 am
Forum: General
Topic: A code execution problem
Replies: 6
Views: 623

Re: A code execution problem

I see. Many parts of the code are deleted after being added using code button in TinyMCE. Kindly copy and paste the code in a test page in bludit. This is my code. (This seems to be tinymce`s problem) Update: I managed to replace txt file of the page using FTP. I uploaded a notepad++ version that ha...
by ashrafakader
Thu Oct 12, 2023 8:11 pm
Forum: Themes
Topic: How to edit the navigation menu? (Unshorteing buttons` title/Massively)
Replies: 6
Views: 760

Re: How to edit the navigation menu? (Unshorteing buttons` title/Massively)

Thank you, but the code doesn`t work.
However, if the screen is small (for example, when I open Developer Tools in Edge), the menu gets horizontal and the titles are fully shown.

Can I force the nav menu to be always horizontal?
by ashrafakader
Thu Oct 12, 2023 7:46 pm
Forum: General
Topic: A code execution problem
Replies: 6
Views: 623

Re: A code execution problem

Kindly check this page (at the buttom)
https://codepen.io/ashraf21c/pen/VwqqdYp

The code results in horizontal and well-shaped tabs.

In bludit, it`s vertical and basic..

HTML, CSS and JS codes are in the same page.. may be Bludit requires separate files?? where to add them?
by ashrafakader
Mon Oct 09, 2023 4:51 pm
Forum: General
Topic: A code execution problem
Replies: 6
Views: 623

Re: A code execution problem

by ashrafakader
Mon Oct 09, 2023 4:17 pm
Forum: Themes
Topic: How to edit the navigation menu? (Unshorteing buttons` title/Massively)
Replies: 6
Views: 760

Re: How to edit the navigation menu? (Unshorteing buttons` title/Massively)

I applied the theme that has the problem per your request.
Thanks.
by ashrafakader
Mon Oct 09, 2023 2:12 am
Forum: Themes
Topic: How to edit the navigation menu? (Unshorteing buttons` title/Massively)
Replies: 6
Views: 760

How to edit the navigation menu? (Unshorteing buttons` title/Massively)

Hello,
Most text of menu buttons disappears if long.. some kind of shortening.. How can I disable it so that the full long name shows correctly? (I don`t mind it getting wrapped inside its icon).
How can I change it so that the text shows correctly?
"I can apply CSS instructions, if any"
by ashrafakader
Mon Oct 09, 2023 2:09 am
Forum: Themes
Topic: How to edit the navigation menu? (Renaming "Homepage" button/Massively)
Replies: 0
Views: 839

How to edit the navigation menu? (Renaming "Homepage" button/Massively)

Hello, "HOMEPAGE" is in English, while other names of pages are in Arabic. I want to replace it with Arabic translation. I was able to find the code of NavPanel div... but I wasn`t able to LOCATE it. <div id="navPanel"><nav><ul class="links"> <li class="active"...
by ashrafakader
Mon Oct 09, 2023 2:06 am
Forum: Themes
Topic: How to edit the navigation menu? (Transparency/Massively)
Replies: 2
Views: 528

How to edit the navigation menu? (Transparency/Massively)

Hello,
Unless I change the image or the theme, nav menu is too transparent and its text is very hardly readable.. I want to set its transparency OR text color.

I opened main.css and changed

Code: Select all

background: #ffffff;
to

Code: Select all

background-color: rgba(0,0,0,0.3);
, but this doesn`t work.
by ashrafakader
Mon Oct 09, 2023 1:46 am
Forum: General
Topic: Bludit on PHP8???
Replies: 8
Views: 1049

Re: Bludit on PHP8???

I use PHP 8.2 and I have no problems.
(My installation is NOT an upgrade)